kubernetes

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2018 License: MIT Imports: 5 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 (*Config) GetServerName

func (c *Config) GetServerName() string

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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