kuttl
kuttl copied to clipboard
KEP05: kubectl support
According to KEP-05:
The kubectl package should provide conveniences for interacting with a Kubernetes cluster as one would do via kubectl from the shell.
package kubectl
func Exec(
namespaceName string,
containerName string,
command string,
argvuments []string,
environmentVariables map[string]string,
) error