Artifact indicates an artifact to place at a specified path
Name | Type | Description | Notes |
---|---|---|---|
archive | V1alpha1ArchiveStrategy | [optional] | |
archive_logs | bool | ArchiveLogs indicates if the container logs should be archived | [optional] |
artifactory | V1alpha1ArtifactoryArtifact | [optional] | |
_from | str | From allows an artifact to reference an artifact from a previous step | [optional] |
gcs | V1alpha1GCSArtifact | [optional] | |
git | V1alpha1GitArtifact | [optional] | |
global_name | str | GlobalName exports an output artifact to the global scope, making it available as '{{io.argoproj.workflow.v1alpha1.outputs.artifacts.XXXX}} and in workflow.status.outputs.artifacts | [optional] |
hdfs | V1alpha1HDFSArtifact | [optional] | |
http | V1alpha1HTTPArtifact | [optional] | |
mode | int | mode bits to use on this file, must be a value between 0 and 0777 set when loading input artifacts. | [optional] |
name | str | name of the artifact. must be unique within a template's inputs/outputs. | |
optional | bool | Make Artifacts optional, if Artifacts doesn't generate or exist | [optional] |
oss | V1alpha1OSSArtifact | [optional] | |
path | str | Path is the container path to the artifact | [optional] |
raw | V1alpha1RawArtifact | [optional] | |
recurse_mode | bool | If mode is set, apply the permission recursively into the artifact if it is a folder | [optional] |
s3 | V1alpha1S3Artifact | [optional] | |
sub_path | str | SubPath allows an artifact to be sourced from a subpath within the specified source | [optional] |