ArgoWorkflows::IoArgoprojWorkflowV1alpha1ValueFrom

Properties

Name Type Description Notes
config_map_key_ref IoK8sApiCoreV1ConfigMapKeySelector ConfigMapKeyRef is configmap selector for input parameter configuration [optional]
default String Default specifies a value to be used if retrieving the value from the specified source fails [optional]
event String Selector (https://github.com/expr-lang/expr) that is evaluated against the event to get the value of the parameter. E.g. `payload.message` [optional]
expression String Expression, if defined, is evaluated to specify the value for the parameter [optional]
jq_filter String JQFilter expression against the resource object in resource templates [optional]
json_path String JSONPath of a resource to retrieve an output parameter value from in resource templates [optional]
parameter String Parameter reference to a step or dag task in which to retrieve an output parameter value from (e.g. '{steps{steps.mystep{steps.mystep.outputs{steps.mystep.outputs.myparam}') [optional]
path String Path in the container to retrieve an output parameter value from in container templates [optional]
supplied IoArgoprojWorkflowV1alpha1SuppliedValueFrom Supplied value to be filled in directly, either through the CLI, API, etc. [optional]