Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextEntry ¶
type ContextEntry struct {
Name string `yaml:"name"`
}
ContextEntry represents a single context entry in the kubeconfig
type Kubeconfig ¶
type Kubeconfig struct {
Contexts []ContextEntry `yaml:"contexts"`
}
Kubeconfig represents the minimal structure needed to read contexts from a kubeconfig file
Click to show internal directories.
Click to hide internal directories.