Documentation ¶
Overview ¶
Package kubeconfig defines and generates the kubeconfig assets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admin ¶ added in v0.2.0
type Admin struct {
// contains filtered or unexported fields
}
Admin is the asset for the admin kubeconfig.
func (*Admin) Dependencies ¶ added in v0.2.0
Dependencies returns the dependency of the kubeconfig.
type Kubelet ¶ added in v0.2.0
type Kubelet struct {
// contains filtered or unexported fields
}
Kubelet is the asset for the kubelet kubeconfig.
func (*Kubelet) Dependencies ¶ added in v0.2.0
Dependencies returns the dependency of the kubeconfig.
Click to show internal directories.
Click to hide internal directories.