Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 826 Bytes

V1alpha1ArchiveStrategy.md

File metadata and controls

13 lines (9 loc) · 826 Bytes

V1alpha1ArchiveStrategy

ArchiveStrategy describes how to archive files/directory when saving artifacts

Properties

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]

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