ArchiveStrategy describes how to archive files/directory when saving artifacts
Name | Type | Description | Notes |
---|---|---|---|
_none | object | NoneStrategy indicates to skip tar process and upload the files or directory tree as independent files. Note that if the artifact is a directory, the artifact driver must support the ability to save/load the directory appropriately. | [optional] |
tar | V1alpha1TarStrategy | [optional] | |
zip | object | ZipStrategy will unzip zipped input artifacts | [optional] |