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 `yaml:"name"` Cluster ClusterDetail `yaml:"cluster"` }
type ClusterDetail ¶
type Context ¶
type Context struct { Name string `yaml:"name"` Context ContextDetails `yaml:"context"` }
type ContextDetails ¶
type KubernetesConfig ¶
type User ¶
type User struct { Name string `yaml:"name"` User UserDetail `yaml:"user"` }
type UserDetail ¶
type UserDetail struct {
Token string `yaml:"token"`
}
Click to show internal directories.
Click to hide internal directories.