Skip to content

workflow.v1alpha1.valueFrom

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

Index

Fields

fn withDefault

withDefault(default)

"Default specifies a value to be used if retrieving the value from the specified source fails"

fn withEvent

withEvent(event)

"Selector (https://github.com/antonmedv/expr) that is evaluated against the event to get the value of the parameter. E.g. payload.message"

fn withExpression

withExpression(expression)

"Expression, if defined, is evaluated to specify the value for the parameter"

fn withJqFilter

withJqFilter(jqFilter)

"JQFilter expression against the resource object in resource templates"

fn withJsonPath

withJsonPath(jsonPath)

"JSONPath of a resource to retrieve an output parameter value from in resource templates"

fn withParameter

withParameter(parameter)

"Parameter reference to a step or dag task in which to retrieve an output parameter value from (e.g. '{{steps.mystep.outputs.myparam}}')"

fn withPath

withPath(path)

"Path in the container to retrieve an output parameter value from in container templates"

fn withSupplied

withSupplied(supplied)

"SuppliedValueFrom is a placeholder for a value to be filled in directly, either through the CLI, API, etc."

fn withSuppliedMixin

withSuppliedMixin(supplied)

"SuppliedValueFrom is a placeholder for a value to be filled in directly, either through the CLI, API, etc."

Note: This function appends passed data to existing values