argo.models.v1alpha1_artifact

Argo

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

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

Module Contents

class argo.models.v1alpha1_artifact.V1alpha1Artifact(archive=None, archive_logs=None, artifactory=None, _from=None, git=None, global_name=None, hdfs=None, http=None, mode=None, name=None, optional=None, path=None, raw=None, s3=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.

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 archive_logs(self)

Gets the archive_logs of this V1alpha1Artifact. # noqa: E501

ArchiveLogs indicates if the container logs should be archived # noqa: E501

Returns

The archive_logs of this V1alpha1Artifact. # noqa: E501

Return type

bool

property artifactory(self)

Gets the artifactory of this V1alpha1Artifact. # noqa: E501

Returns

The artifactory of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1ArtifactoryArtifact

property git(self)

Gets the git of this V1alpha1Artifact. # noqa: E501

Returns

The git of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1GitArtifact

property global_name(self)

Gets the global_name of this V1alpha1Artifact. # noqa: E501

GlobalName exports an output artifact to the global scope, making it available as ‘{{workflow.outputs.artifacts.XXXX}} and in workflow.status.outputs.artifacts # noqa: E501

Returns

The global_name of this V1alpha1Artifact. # noqa: E501

Return type

str

property hdfs(self)

Gets the hdfs of this V1alpha1Artifact. # noqa: E501

Returns

The hdfs of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1HDFSArtifact

property http(self)

Gets the http of this V1alpha1Artifact. # noqa: E501

Returns

The http of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1HTTPArtifact

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

Make Artifacts optional, if Artifacts doesn’t generate or exist # noqa: E501

Returns

The optional of this V1alpha1Artifact. # noqa: E501

Return type

bool

property path(self)

Gets the path of this V1alpha1Artifact. # noqa: E501

Path is the container path to the artifact # noqa: E501

Returns

The path of this V1alpha1Artifact. # noqa: E501

Return type

str

property raw(self)

Gets the raw of this V1alpha1Artifact. # noqa: E501

Returns

The raw of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1RawArtifact

property s3(self)

Gets the s3 of this V1alpha1Artifact. # noqa: E501

Returns

The s3 of this V1alpha1Artifact. # noqa: E501

Return type

V1alpha1S3Artifact

to_dict(self)

Returns the model properties as a dict

to_str(self)

Returns the string representation of the model