Documentation ¶
Overview ¶
Package kubectl provides kubectl CLI wrapper.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KubeCtl ¶
type KubeCtl struct {
// contains filtered or unexported fields
}
KubeCtl wraps kubectl CLI with version selection and kubeconfig handling.
func NewKubeCtl ¶
NewKubeCtl creates a new KubeCtl object with a given logger.
func (*KubeCtl) Cleanup ¶
func (k *KubeCtl) Cleanup()
Cleanup removes temporary files created by that object.
Click to show internal directories.
Click to hide internal directories.