Documentation ¶
Index ¶
- func BytesToUnstruct(bytes []byte) (*unstructured.Unstructured, error)
- func Copy(source, dest string) error
- func DownloadAndExtractTarballAt(gcsPath, outputDir string) error
- func DownloadObjectFromGCS(gcsPath, outputDir string) error
- func Execute(cmd *exec.Cmd) error
- func ExecuteAndCaptureOutput(cmd *exec.Cmd) (stdout string, err error)
- func ExtractTarball(tarballPath, outputDir string) error
- func KustomizeBuild(path, output string) error
- func ReadFileToUnstructs(filePath string) ([]*unstructured.Unstructured, error)
- func SplitYAML(yamlBytes []byte) ([][]byte, error)
- func UnstructToYaml(u *unstructured.Unstructured) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytesToUnstruct ¶
func BytesToUnstruct(bytes []byte) (*unstructured.Unstructured, error)
func DownloadObjectFromGCS ¶
func ExecuteAndCaptureOutput ¶
func ExtractTarball ¶
func KustomizeBuild ¶
func ReadFileToUnstructs ¶
func ReadFileToUnstructs(filePath string) ([]*unstructured.Unstructured, error)
func UnstructToYaml ¶
func UnstructToYaml(u *unstructured.Unstructured) ([]byte, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.