Archive
The hera.workflows.archive module provides archival behavior strategies for artifacts.
ArchiveStrategy
Base archive strategy model.
NoneArchiveStrategy
NoneArchiveStrategy indicates artifacts should skip serialization.
TarArchiveStrategy
TarArchiveStrategy indicates artifacts should be serialized using the tar strategy.
Tar archiving is performed using the specified compression level.
ZipArchiveStrategy
ZipArchiveStrategy indicates artifacts should be serialized using the zip strategy.