kubeconfig

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2020 License: Apache-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

type Checker interface {
	Check(cfg *rest.Config) error
}

Checker is the interface that wraps the Check method that checks if cfg can be used to connect to the Kubernetes cluster.

func NewChecker

func NewChecker(log *zap.SugaredLogger) Checker

NewChecker constructs a default checker that satisfies the Checker interface.

type Getter

type Getter interface {
	Get(configPath string) (*rest.Config, error)
}

Getter is the interface that wraps the Get method that returns the Kubernetes configuration used to communicate with it using its API.

func NewGetter

func NewGetter(log *zap.SugaredLogger) Getter

NewGetter constructs a default getter that satisfies the Getter interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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