kube

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2020 License: Apache-2.0 Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNoDeploymentForLease = errors.New("kube: no deployments for lease")
	ErrNoIngressForLease    = errors.New("kube: no ingress for lease")
	ErrInternalError        = errors.New("kube: internal error")
)

Functions

This section is empty.

Types

type Client

type Client interface {
	cluster.Client
}

Client interface includes cluster client

func NewClient

func NewClient(log log.Logger, host, ns string) (Client, error)

NewClient returns new Client instance with provided logger, host and ns. Returns error incase of failure

Jump to

Keyboard shortcuts

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