Skip to content

workflow.v1alpha1.memoize

"Memoization enables caching for the Outputs of the template"

Index

Fields

fn withKey

withKey(key)

"Key is the key to use as the caching key"

fn withMaxAge

withMaxAge(maxAge)

"MaxAge is the maximum age (e.g. \"180s\", \"24h\") of an entry that is still considered valid. If an entry is older than the MaxAge, it will be ignored."

obj cache

"Cache is the configuration for the type of cache to be used"

obj cache.configMap

"Selects a key from a ConfigMap."

fn cache.configMap.withKey

withKey(key)

"The key to select."

fn cache.configMap.withName

withName(name)

"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names"

fn cache.configMap.withOptional

withOptional(optional)

"Specify whether the ConfigMap or its key must be defined"