Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 831 Bytes

V1alpha1Outputs.md

File metadata and controls

14 lines (10 loc) · 831 Bytes

V1alpha1Outputs

Outputs hold parameters, artifacts, and results from a step

Properties

Name Type Description Notes
artifacts list[V1alpha1Artifact] Artifacts holds the list of output artifacts produced by a step [optional]
exit_code str ExitCode holds the exit code of a script template [optional]
parameters list[V1alpha1Parameter] Parameters holds the list of output parameters produced by a step [optional]
result str Result holds the result (stdout) of a script template [optional]

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