Documentation ¶
Index ¶
- func Run(cmd *exec.Cmd) ([]byte, []byte, error)
- type Kubectl
- func (c *Kubectl) Apply(targetNamespace string, slug string, yamlDoc []byte, dryRun bool, wait bool, ...) ([]byte, []byte, error)
- func (c *Kubectl) ApplyCreateOrPatch(targetNamespace string, slug string, yamlDoc []byte, dryRun bool, wait bool, ...) ([]byte, []byte, error)
- func (c *Kubectl) Remove(targetNamespace string, yamlDoc []byte, wait bool) ([]byte, []byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Kubectl ¶
type Kubectl struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.