Documentation ¶
Index ¶
- func AddLogToPodAnnotation(ctx context.Context, client client.Client, fn func() error) error
- func Archive(ctx context.Context, inputFiles map[string]string, outputFile string) error
- func CalcFileMD5(filename string) (string, error)
- func UnArchive(ctx context.Context, sourceFile string, targetPath string) error
- type CompressOptions
- type DecompressOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddLogToPodAnnotation ¶
func CalcFileMD5 ¶ added in v0.0.5
Types ¶
type CompressOptions ¶ added in v0.0.5
func NewCompressOptions ¶ added in v0.0.5
func NewCompressOptions(enable bool, compressType string, output string) *CompressOptions
type DecompressOptions ¶ added in v0.0.5
func NewDecompressOptions ¶ added in v0.0.5
func NewDecompressOptions(enable bool, md5 string, input string) *DecompressOptions
Click to show internal directories.
Click to hide internal directories.