Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.82 KB

File metadata and controls

20 lines (16 loc) · 1.82 KB

ArgoWorkflowsClient.Model.IoArgoprojWorkflowV1alpha1ArtifactLocation

ArtifactLocation describes a location for a single or multiple artifacts. It is used as single artifact in the context of inputs/outputs (e.g. outputs.artifacts.artname). It is also used to describe the location of multiple artifacts such as the archive location of a single workflow step, which the executor will use as a default location to store its files.

Properties

Name Type Description Notes
ArchiveLogs bool ArchiveLogs indicates if the container logs should be archived [optional]
Artifactory IoArgoprojWorkflowV1alpha1ArtifactoryArtifact [optional]
Azure IoArgoprojWorkflowV1alpha1AzureArtifact [optional]
Gcs IoArgoprojWorkflowV1alpha1GCSArtifact [optional]
Git IoArgoprojWorkflowV1alpha1GitArtifact [optional]
Hdfs IoArgoprojWorkflowV1alpha1HDFSArtifact [optional]
Http IoArgoprojWorkflowV1alpha1HTTPArtifact [optional]
Oss IoArgoprojWorkflowV1alpha1OSSArtifact [optional]
Raw IoArgoprojWorkflowV1alpha1RawArtifact [optional]
S3 IoArgoprojWorkflowV1alpha1S3Artifact [optional]

[Back to Model list] [Back to API list] [Back to README]