argo.models.v1alpha1_workflow_step¶
Argo
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
The version of the OpenAPI document: v2.4.3 Generated by: https://openapi-generator.tech
Module Contents¶
-
class
argo.models.v1alpha1_workflow_step.V1alpha1WorkflowStep(arguments=None, continue_on=None, name=None, template=None, template_ref=None, when=None, with_items=None, with_param=None, with_sequence=None, local_vars_configuration=None)¶ Bases:
objectNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech
Do not edit the class manually.
V1alpha1WorkflowStep - a model defined in OpenAPI
-
openapi_types¶
-
attribute_map¶
-
property
arguments(self)¶ Gets the arguments of this V1alpha1WorkflowStep. # noqa: E501
- Returns
The arguments of this V1alpha1WorkflowStep. # noqa: E501
- Return type
-
property
continue_on(self)¶ Gets the continue_on of this V1alpha1WorkflowStep. # noqa: E501
- Returns
The continue_on of this V1alpha1WorkflowStep. # noqa: E501
- Return type
-
property
name(self)¶ Gets the name of this V1alpha1WorkflowStep. # noqa: E501
Name of the step # noqa: E501
- Returns
The name of this V1alpha1WorkflowStep. # noqa: E501
- Return type
str
-
property
template(self)¶ Gets the template of this V1alpha1WorkflowStep. # noqa: E501
Template is the name of the template to execute as the step # noqa: E501
- Returns
The template of this V1alpha1WorkflowStep. # noqa: E501
- Return type
str
-
property
template_ref(self)¶ Gets the template_ref of this V1alpha1WorkflowStep. # noqa: E501
- Returns
The template_ref of this V1alpha1WorkflowStep. # noqa: E501
- Return type
-
property
when(self)¶ Gets the when of this V1alpha1WorkflowStep. # noqa: E501
When is an expression in which the step should conditionally execute # noqa: E501
- Returns
The when of this V1alpha1WorkflowStep. # noqa: E501
- Return type
str
-
property
with_items(self)¶ Gets the with_items of this V1alpha1WorkflowStep. # noqa: E501
WithItems expands a step into multiple parallel steps from the items in the list # noqa: E501
- Returns
The with_items of this V1alpha1WorkflowStep. # noqa: E501
- Return type
list[str]
-
property
with_param(self)¶ Gets the with_param of this V1alpha1WorkflowStep. # noqa: E501
WithParam expands a step into multiple parallel steps from the value in the parameter, which is expected to be a JSON list. # noqa: E501
- Returns
The with_param of this V1alpha1WorkflowStep. # noqa: E501
- Return type
str
-
property
with_sequence(self)¶ Gets the with_sequence of this V1alpha1WorkflowStep. # noqa: E501
- Returns
The with_sequence of this V1alpha1WorkflowStep. # noqa: E501
- Return type
-
to_dict(self)¶ Returns the model properties as a dict
-
to_str(self)¶ Returns the string representation of the model
-