Documentation
¶
Index ¶
- type ExecCli
- func (e *ExecCli) AccessLog(podName string) (err error)
- func (e *ExecCli) Commands(commands []string) *ExecCli
- func (e *ExecCli) Completion() *ExecCli
- func (e *ExecCli) Container(cn string) *ExecCli
- func (e *ExecCli) SetNamespace(ns string) *ExecCli
- func (e *ExecCli) SetPod(podName string) *ExecCli
- func (e *ExecCli) Upgrade(podName string, recreate bool) (err error)
- func (e *ExecCli) Warmup(podName, subpath string) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecCli ¶
type ExecCli struct { *exec.ExecOptions // contains filtered or unexported fields }
func NewExecCli ¶
func NewExecCli(clientSet *kubernetes.Clientset, conf *rest.Config) *ExecCli
func (*ExecCli) Completion ¶
func (*ExecCli) SetNamespace ¶
Click to show internal directories.
Click to hide internal directories.