Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterConfiguration ¶
type ClusterConfiguration struct {
KubernetesVersion string `yaml:"kubernetesVersion,omitempty"`
}
type KubeadmCMD ¶
type KubeadmCMD struct {
// contains filtered or unexported fields
}
func (*KubeadmCMD) Apply ¶
func (k *KubeadmCMD) Apply(version string) error
Run kubeadm upgrade apply
func (*KubeadmCMD) Version ¶ added in v0.3.0
func (k *KubeadmCMD) Version() string
Click to show internal directories.
Click to hide internal directories.