Versions in this module Expand all Collapse all v0 v0.1.8 Oct 19, 2020 Changes in this version + func ContainsItemString(s []string, e string) bool + func CopyFile(src, dst string) error + func ExecKubectlCommand(ctx context.Context, mode ExecMode, args ...string) (string, error) + func ExecTemplate(obj interface{}, tmpl, filename string) error + func GenerateKustomizationYaml(dirPath string) error + func KubeClient(kubeConfigPath string) (client.Client, error) + func MakeDependsOn(deps []string) []dependency.CrossNamespaceDependencyReference + func ParseObjectKindName(input string) (string, string) + func PrintTable(writer io.Writer, header []string, rows [][]string) + func SplitKubeConfigPath(path string) []string + func WriteFile(content, filename string) error + type ExecMode string + const ModeCapture + const ModeOS + const ModeStderrOS + type Utils struct