Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Opt ¶
type Opt struct { // ExeOpt optionally set a working directory, environment. ExeOpt *exe.Opt // Kubectl optionally selects the executable to use. KubeCtl string // KubeConfig optionally sets the kubeconfig file to use. KubeConfig string // KubeContext optionally sets the context to use. KubeContext string // Perform a dry-run. DryRun bool }
Opt are the command options.
Click to show internal directories.
Click to hide internal directories.