Documentation ¶
Index ¶
- type Client
- type K8sClient
- func (k *K8sClient) Apply(ctx context.Context, config string) <-chan error
- func (k *K8sClient) CreateNamespace(ctx context.Context, name string) error
- func (k *K8sClient) DeleteNamespace(ctx context.Context, name string) error
- func (k *K8sClient) NamespaceExists(ctx context.Context, name string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8sClient ¶
type K8sClient struct {
// contains filtered or unexported fields
}
func (*K8sClient) CreateNamespace ¶
func (*K8sClient) DeleteNamespace ¶
Click to show internal directories.
Click to hide internal directories.