namespace

package
v0.15.9 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: BSD-3-Clause Imports: 6 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 struct {
	// contains filtered or unexported fields
}

Client manages communication with the Kubernetes Namespace.

func NewClient

func NewClient(clientset kubernetes.Interface) *Client

NewClient constructs a new Client.

func (*Client) Create

func (c *Client) Create(ctx context.Context, name string) (*v1.Namespace, error)

Create creates namespace

func (*Client) Delete added in v0.4.1

func (c *Client) Delete(ctx context.Context, name string) (err error)

Delete deletes namespace

func (*Client) Update added in v0.4.1

func (c *Client) Update(ctx context.Context, name string, o Options) (*v1.Namespace, error)

Update updates namespace

type Options

type Options struct {
	Annotations map[string]string
	Labels      map[string]string
}

Options holds optional parameters for the Client.

Jump to

Keyboard shortcuts

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