argo.models.v1alpha1_dag_task

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_dag_task.V1alpha1DAGTask(arguments=None, continue_on=None, dependencies=None, name=None, template=None, template_ref=None, when=None, with_items=None, with_param=None, with_sequence=None, local_vars_configuration=None)

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

V1alpha1DAGTask - a model defined in OpenAPI

openapi_types
attribute_map
property arguments(self)

Gets the arguments of this V1alpha1DAGTask. # noqa: E501

Returns

The arguments of this V1alpha1DAGTask. # noqa: E501

Return type

V1alpha1Arguments

property continue_on(self)

Gets the continue_on of this V1alpha1DAGTask. # noqa: E501

Returns

The continue_on of this V1alpha1DAGTask. # noqa: E501

Return type

V1alpha1ContinueOn

property dependencies(self)

Gets the dependencies of this V1alpha1DAGTask. # noqa: E501

Dependencies are name of other targets which this depends on # noqa: E501

Returns

The dependencies of this V1alpha1DAGTask. # noqa: E501

Return type

list[str]

property name(self)

Gets the name of this V1alpha1DAGTask. # noqa: E501

Name is the name of the target # noqa: E501

Returns

The name of this V1alpha1DAGTask. # noqa: E501

Return type

str

property template(self)

Gets the template of this V1alpha1DAGTask. # noqa: E501

Name of template to execute # noqa: E501

Returns

The template of this V1alpha1DAGTask. # noqa: E501

Return type

str

property template_ref(self)

Gets the template_ref of this V1alpha1DAGTask. # noqa: E501

Returns

The template_ref of this V1alpha1DAGTask. # noqa: E501

Return type

V1alpha1TemplateRef

property when(self)

Gets the when of this V1alpha1DAGTask. # noqa: E501

When is an expression in which the task should conditionally execute # noqa: E501

Returns

The when of this V1alpha1DAGTask. # noqa: E501

Return type

str

property with_items(self)

Gets the with_items of this V1alpha1DAGTask. # noqa: E501

WithItems expands a task into multiple parallel tasks from the items in the list # noqa: E501

Returns

The with_items of this V1alpha1DAGTask. # noqa: E501

Return type

list[str]

property with_param(self)

Gets the with_param of this V1alpha1DAGTask. # noqa: E501

WithParam expands a task into multiple parallel tasks from the value in the parameter, which is expected to be a JSON list. # noqa: E501

Returns

The with_param of this V1alpha1DAGTask. # noqa: E501

Return type

str

property with_sequence(self)

Gets the with_sequence of this V1alpha1DAGTask. # noqa: E501

Returns

The with_sequence of this V1alpha1DAGTask. # noqa: E501

Return type

V1alpha1Sequence

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model