k8s

package
v16.11.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: MIT Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	NamespaceExists(ctx context.Context, name string) (bool, error)
	CreateNamespace(ctx context.Context, name string) error
	DeleteNamespace(ctx context.Context, name string) error
	Apply(ctx context.Context, config string) <-chan error
}

type K8sClient

type K8sClient struct {
	// contains filtered or unexported fields
}

func New

func New(log *zap.Logger, factory util.Factory) (*K8sClient, error)

func (*K8sClient) Apply

func (k *K8sClient) Apply(ctx context.Context, config string) <-chan error

func (*K8sClient) CreateNamespace

func (k *K8sClient) CreateNamespace(ctx context.Context, name string) error

func (*K8sClient) DeleteNamespace

func (k *K8sClient) DeleteNamespace(ctx context.Context, name string) error

func (*K8sClient) NamespaceExists

func (k *K8sClient) NamespaceExists(ctx context.Context, name string) (bool, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL