Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.32 KB

V1alpha1ValueFrom.md

File metadata and controls

17 lines (13 loc) · 1.32 KB

V1alpha1ValueFrom

ValueFrom describes a location in which to obtain the value to a parameter

Properties

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

[Back to Model list] [Back to API list] [Back to README]