Documentation
¶
Index ¶
Constants ¶
View Source
const MimeTypeYaml = "application/x-yaml"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Endpoints ¶
type Endpoints struct {
// contains filtered or unexported fields
}
func NewEndpoints ¶
func NewEndpoints(c *KubeConfig) *Endpoints
type KubeConfig ¶
type KubeConfig struct {
// contains filtered or unexported fields
}
func NewKubeConfig ¶
func NewKubeConfig(clusterName, url, ca, namespace string) *KubeConfig
func (*KubeConfig) Generate ¶
func (c *KubeConfig) Generate(output io.Writer, token string)
Source Files
¶
- endpoints.go
- kube_config.go
Click to show internal directories.
Click to hide internal directories.