argo.models.v1alpha1_artifact

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_artifact.V1alpha1Artifact(archive=None, artifact_location=None, _from=None, global_name=None, mode=None, name=None, optional=None, path=None)

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

Do not edit the class manually.

V1alpha1Artifact - a model defined in OpenAPI

openapi_types
attribute_map
property archive(self)

Gets the archive of this V1alpha1Artifact. # noqa: E501

Returns

The archive of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1ArchiveStrategy

property artifact_location(self)

Gets the artifact_location of this V1alpha1Artifact. # noqa: E501

Returns

The artifact_location of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1ArtifactLocation

property global_name(self)

Gets the global_name of this V1alpha1Artifact. # noqa: E501

Returns

The global_name of this V1alpha1Artifact. # noqa: E501

Return type

str

property mode(self)

Gets the mode of this V1alpha1Artifact. # noqa: E501

mode bits to use on this file, must be a value between 0 and 0777 set when loading input artifacts. # noqa: E501

Returns

The mode of this V1alpha1Artifact. # noqa: E501

Return type

int

property name(self)

Gets the name of this V1alpha1Artifact. # noqa: E501

name of the artifact. must be unique within a template’s inputs/outputs. # noqa: E501

Returns

The name of this V1alpha1Artifact. # noqa: E501

Return type

str

property optional(self)

Gets the optional of this V1alpha1Artifact. # noqa: E501

Returns

The optional of this V1alpha1Artifact. # noqa: E501

Return type

bool

property path(self)

Gets the path of this V1alpha1Artifact. # noqa: E501

Returns

The path of this V1alpha1Artifact. # 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