Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidcConfig asserts invalidConfigError.
Types ¶
type AuthConfigValues ¶
type AuthConfigValues struct { ManagementCluster string `yaml:"managementCluster,omitempty"` Bindings []Binding `yaml:"bindings,omitempty"` Kubernetes Kubernetes `yaml:"kubernetes,omitempty"` }
type Kubernetes ¶ added in v0.8.0
type Kubernetes struct {
API KubernetesAPI `yaml:"api,omitempty"`
}
type KubernetesAPI ¶ added in v0.8.0
type KubernetesAPI struct {
Port int `yaml:"port,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.