kubernetes

package
v0.43.1 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cluster

type Cluster struct {
	Name        string      `json:"name"`
	ClusterInfo ClusterInfo `json:"cluster"`
}

Cluster contains the name and the cluster info

type ClusterInfo

type ClusterInfo struct {
	Server string `json:"server"`
}

ClusterInfo holds the server and cert

type Config

type Config struct {
	Clusters []Cluster `json:"clusters"`
}

Config represents a kubernetes config object

func GetConfig

func GetConfig() (*Config, error)

GetConfig returns a Config value representing the current kubeconfig

func GetConfigWithRetry added in v0.42.0

func GetConfigWithRetry(sleep, timeout time.Duration) (*Config, error)

GetConfigWithRetry gets nodes, allowing for retries

func (*Config) GetServerName

func (c *Config) GetServerName() string

GetServerName returns the server for the given config in an sshable format

type GetConfigResult added in v0.42.0

type GetConfigResult struct {
	Config *Config
	Err    error
}

GetConfigResult is the result type for GetConfigAsync

func GetConfigAsync added in v0.42.0

func GetConfigAsync() GetConfigResult

GetConfigAsync wraps GetConfig with a struct response for goroutine + channel usage

Jump to

Keyboard shortcuts

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