workflow.v1alpha1.outputs
"Outputs hold parameters, artifacts, and results from a step"
Index
fn withArtifacts(artifacts)
fn withArtifactsMixin(artifacts)
fn withExitCode(exitCode)
fn withParameters(parameters)
fn withParametersMixin(parameters)
fn withResult(result)
Fields
fn withArtifacts
withArtifacts(artifacts)
"Artifacts holds the list of output artifacts produced by a step"
fn withArtifactsMixin
withArtifactsMixin(artifacts)
"Artifacts holds the list of output artifacts produced by a step"
Note: This function appends passed data to existing values
fn withExitCode
withExitCode(exitCode)
"ExitCode holds the exit code of a script template"
fn withParameters
withParameters(parameters)
"Parameters holds the list of output parameters produced by a step"
fn withParametersMixin
withParametersMixin(parameters)
"Parameters holds the list of output parameters produced by a step"
Note: This function appends passed data to existing values
fn withResult
withResult(result)
"Result holds the result (stdout) of a script template"