Versions in this module Expand all Collapse all v0 v0.13.1 May 8, 2020 v0.13.0 May 8, 2020 Changes in this version + type BootstrapToken struct + Groups []string + TTL string + Token string + Usages []string + type ClusterConfiguration struct + APIServer struct{ ... } + APIVersion string + CertificatesDir string + ClusterName string + ControlPlaneEndpoint string + ControllerManager struct{ ... } + DNS struct{ ... } + Etcd struct{ ... } + ImageRepository string + Kind string + KubernetesVersion string + Networking struct{ ... } + Scheduler struct{ ... } + type Consul struct + Host string + Service string + func (consul Consul) GetMembers() []string + func (consul Consul) RemoveMember(name string) error + type HostPathMount struct + HostPath string + MountPath string + Name string + PathType HostPathType + ReadOnly bool + type HostPathType string + const HostPathBlockDev + const HostPathCharDev + const HostPathDirectory + const HostPathDirectoryOrCreate + const HostPathFile + const HostPathFileOrCreate + const HostPathSocket + const HostPathUnset + type InitConfiguration struct + APIVersion string + BootstrapTokens []BootstrapToken + Kind string + NodeRegistration NodeRegistration + type NodeRegistration struct + KubeletExtraArgs map[string]string + type Secret struct + Data map[string]string + StringData map[string]string + Type string