argo.models.v1alpha1_dag_task

Argo

Argo # noqa: E501

The version of the OpenAPI document: v2.7.5 Generated by: https://openapi-generator.tech

Module Contents

class argo.models.v1alpha1_dag_task.V1alpha1DAGTask(arguments=None, continue_on=None, dependencies=None, name=None, on_exit=None, template=None, template_ref=None, when=None, with_items=None, with_param=None, with_sequence=None)

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

Returns

The dependencies of this V1alpha1DAGTask. # noqa: E501

Return type

list[str]

property name(self)

Gets the name of this V1alpha1DAGTask. # noqa: E501

Returns

The name of this V1alpha1DAGTask. # noqa: E501

Return type

str

property on_exit(self)

Gets the on_exit of this V1alpha1DAGTask. # noqa: E501

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. # noqa: E501

Returns

The on_exit of this V1alpha1DAGTask. # noqa: E501

Return type

str

property template(self)

Gets the template of this V1alpha1DAGTask. # 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

Returns

The when of this V1alpha1DAGTask. # noqa: E501

Return type

str

property with_items(self)

Gets the with_items of this V1alpha1DAGTask. # noqa: E501

Returns

The with_items of this V1alpha1DAGTask. # noqa: E501

Return type

list[V1alpha1Item]

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