Documentation ¶
Overview ¶
Package kubectl is a wrapper around the kubectl CLI
Index ¶
- type Command
- func (c Command) Apply(args ...string) (string, error)
- func (c Command) Context(cnt string) Command
- func (c Command) Create(args ...string) (string, error)
- func (c Command) Delete(args ...string) (string, error)
- func (c Command) Get(args ...string) (string, error)
- func (c Command) Logs(args ...string) (string, error)
- func (c Command) Namespace(ns string) Command
- func (c Command) Patch(args ...string) (string, error)
- func (c Command) Run(args ...string) (string, error)
- func (c Command) Stdout(enable bool) Command
- func (c Command) Workdir(dir string) Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.