Documentation
¶
Index ¶
- type Kubectl
- func (k *Kubectl) Apply(yamlfile string, modifier ...func(string) string) error
- func (k *Kubectl) Create(yamlfile string) error
- func (k *Kubectl) CreateLocalRoles(yamlfile string) error
- func (k *Kubectl) CreateNS() error
- func (k *Kubectl) DeleteNS() error
- func (k *Kubectl) Logs(name string) ([]byte, error)
- func (k *Kubectl) Pods() (*v1.PodList, error)
- func (k *Kubectl) Prepare(args ...string) *exec.Cmd
- func (k *Kubectl) WaitPods(ctx context.Context) error
- type Squash
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Kubectl ¶
type Kubectl struct {
Context, Namespace string
}
func NewKubectl ¶
func (*Kubectl) CreateLocalRoles ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.