Documentation ¶
Index ¶
- type K8S
- func (k *K8S) Chaos() chaos.Chaos
- func (k *K8S) GetContainers(ctx context.Context, all bool) ([]container.Container, error)
- func (k *K8S) RmContainer(ctx context.Context, name string) error
- func (k *K8S) StartContainer(ctx context.Context, name string) error
- func (k *K8S) StopContainer(ctx context.Context, name string) error
- func (k *K8S) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8S ¶
type K8S struct {
// contains filtered or unexported fields
}
func NewK8sClient ¶
func (*K8S) GetContainers ¶
Click to show internal directories.
Click to hide internal directories.