Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextEntry ¶
type ContextEntry struct {
Name string `yaml:"name"`
}
type Kubeconfig ¶
type Kubeconfig struct {
Contexts []ContextEntry `yaml:"contexts"`
}
Click to show internal directories.
Click to hide internal directories.