Documentation ¶ Index ¶ type Action type Array func (a Array) Execute(ctx context.Context, action Action) type Kube func New(name, namespace string, config *rest.Config, clientset *kubernetes.Clientset) Kube Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Action ¶ type Action func(context.Context, Kube) error type Array ¶ type Array []Kube func (Array) Execute ¶ func (a Array) Execute(ctx context.Context, action Action) type Kube ¶ type Kube struct { output.Outputter *kubernetes.Clientset Config *rest.Config Name string Namespace string } func New ¶ func New(name, namespace string, config *rest.Config, clientset *kubernetes.Clientset) Kube Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.