Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2019 Changes in this version + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func Convert_config_Config_To_v1alpha2_Config(in *config.Config, out *Config, s conversion.Scope) error + func Convert_config_Node_To_v1alpha2_Node(in *config.Node, out *Node, s conversion.Scope) error + func Convert_v1alpha2_Config_To_config_Config(in *Config, out *config.Config, s conversion.Scope) error + func Convert_v1alpha2_Node_To_config_Node(in *Node, out *config.Node, s conversion.Scope) error + func RegisterConversions(s *runtime.Scheme) error + func RegisterDefaults(scheme *runtime.Scheme) error + func SetDefaults_Config(obj *Config) + func SetDefaults_Node(obj *Node) + func SetObjectDefaults_Config(in *Config) + type Config struct + Nodes []Node + func (in *Config) DeepCopy() *Config + func (in *Config) DeepCopyInto(out *Config) + func (in *Config) DeepCopyObject() runtime.Object + type Node struct + Image string + KubeadmConfigPatches []string + KubeadmConfigPatchesJSON6902 []kustomize.PatchJSON6902 + Replicas *int32 + Role NodeRole + func (in *Node) DeepCopy() *Node + func (in *Node) DeepCopyInto(out *Node) + type NodeRole string + const ControlPlaneRole + const ExternalEtcdRole + const ExternalLoadBalancerRole + const WorkerRole