arguments |
IoArgoprojWorkflowV1alpha1Arguments |
Arguments are the parameter and artifact arguments to the template |
[optional] |
continue_on |
IoArgoprojWorkflowV1alpha1ContinueOn |
ContinueOn makes argo to proceed with the following step even if this step fails. Errors and Failed states can be specified |
[optional] |
dependencies |
Array<String> |
Dependencies are name of other targets which this depends on |
[optional] |
depends |
String |
Depends are name of other targets which this depends on |
[optional] |
hooks |
Hash<String, IoArgoprojWorkflowV1alpha1LifecycleHook> |
Hooks hold the lifecycle hook which is invoked at lifecycle of task, irrespective of the success, failure, or error status of the primary task |
[optional] |
inline |
IoArgoprojWorkflowV1alpha1Template |
Inline is the template. Template must be empty if this is declared (and vice-versa). Note: As mentioned in the corresponding definition in WorkflowStep, this struct is defined recursively, so we need "x-kubernetes-preserve-unknown-fields: true" in the validation schema. |
[optional] |
name |
String |
Name is the name of the target |
|
on_exit |
String |
OnExit is a template reference which is invoked at the end of the template, irrespective of the success, failure, or error of the primary template. DEPRECATED: Use Hooks[exit].Template instead. |
[optional] |
template |
String |
Name of template to execute |
[optional] |
template_ref |
IoArgoprojWorkflowV1alpha1TemplateRef |
TemplateRef is the reference to the template resource to execute. |
[optional] |
_when |
String |
When is an expression in which the task should conditionally execute |
[optional] |
with_items |
Array<IoArgoprojWorkflowV1alpha1Item> |
WithItems expands a task into multiple parallel tasks from the items in the list Note: The structure of WithItems is free-form, so we need "x-kubernetes-preserve-unknown-fields: true" in the validation schema. |
[optional] |
with_param |
String |
WithParam expands a task into multiple parallel tasks from the value in the parameter, which is expected to be a JSON list. |
[optional] |
with_sequence |
IoArgoprojWorkflowV1alpha1Sequence |
WithSequence expands a task into a numeric sequence |
[optional] |