argo.models.v1alpha1_template_ref

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_template_ref.V1alpha1TemplateRef(name=None, runtime_resolution=None, template=None)

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

Do not edit the class manually.

V1alpha1TemplateRef - a model defined in OpenAPI

openapi_types
attribute_map
property name(self)

Gets the name of this V1alpha1TemplateRef. # noqa: E501

Name is the resource name of the template. # noqa: E501

Returns

The name of this V1alpha1TemplateRef. # noqa: E501

Return type

str

property runtime_resolution(self)

Gets the runtime_resolution of this V1alpha1TemplateRef. # noqa: E501

RuntimeResolution skips validation at creation time. By enabling this option, you can create the referred workflow template before the actual runtime. # noqa: E501

Returns

The runtime_resolution of this V1alpha1TemplateRef. # noqa: E501

Return type

bool

property template(self)

Gets the template of this V1alpha1TemplateRef. # noqa: E501

Template is the name of referred template in the resource. # noqa: E501

Returns

The template of this V1alpha1TemplateRef. # noqa: E501

Return type

str

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model