kuttl icon indicating copy to clipboard operation
kuttl copied to clipboard

KEP05: kubectl support

Open kensipe opened this issue 5 years ago • 0 comments

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

kensipe avatar Apr 07 '20 21:04 kensipe