Versions in this module Expand all Collapse all v0 v0.0.14 Jul 30, 2020 Changes in this version + func BackgroundRun(cmd *exec.Cmd, name string, debug bool) (err error) + func BackgroundRunWithCtx(cmdCtx *CMDContext, debug bool) (err error) + func RunAndWait(cmd *exec.Cmd, name string, debug bool) (err error) + type CMDContext struct + Cmd *exec.Cmd + Ctx context.Context + Name string + Stop chan bool + type Cli struct + KubeOptions []string + func (c *Cli) Kubectl() kubectl.CliInterface + func (c *Cli) SSH() ssh.CliInterface + func (c *Cli) SSHUttle() sshuttle.CliInterface + type CliInterface interface + Kubectl func() kubectl.CliInterface + SSH func() ssh.CliInterface + SSHUttle func() sshuttle.CliInterface