Documentation
¶
Overview ¶
Package common provides common utilities for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractTarGz ¶
func ExtractTarGz(ctx context.Context, gzipStream io.Reader, destDir string, stripPathComponents int) ([]string, error)
ExtractTarGz extracts a *.tar.gz compressed archive and moves its content to destDir. Returns a slice containing the full path of the extracted files.
func FormatFinalizerName ¶
FormatFinalizerName creates a finalizer name by combining a prefix and suffix with a hyphen.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.