argo.models.v1alpha1_artifact_location

Argo

Workflow Service API performs CRUD actions against application resources # noqa: E501

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

Module Contents

class argo.models.v1alpha1_artifact_location.V1alpha1ArtifactLocation(archive_logs=None, artifactory=None, git=None, hdfs=None, http=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.

V1alpha1ArtifactLocation - a model defined in OpenAPI

openapi_types
attribute_map
property archive_logs(self)

Gets the archive_logs of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The archive_logs of this V1alpha1ArtifactLocation. # noqa: E501

Return type

bool

property artifactory(self)

Gets the artifactory of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The artifactory of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1ArtifactoryArtifact

property git(self)

Gets the git of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The git of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1GitArtifact

property hdfs(self)

Gets the hdfs of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The hdfs of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1HDFSArtifact

property http(self)

Gets the http of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The http of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1HTTPArtifact

property raw(self)

Gets the raw of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The raw of this V1alpha1ArtifactLocation. # noqa: E501

Return type

V1alpha1RawArtifact

property s3(self)

Gets the s3 of this V1alpha1ArtifactLocation. # noqa: E501

Returns

The s3 of this V1alpha1ArtifactLocation. # 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