Versions in this module Expand all Collapse all v0 v0.1.0 Jan 16, 2019 Changes in this version + func Convert_config_Config_To_v1alpha1_Config(in *config.Config, out *Config, s conversion.Scope) error + func Convert_v1alpha1_Config_To_config_Config(in *Config, out *config.Config, s conversion.Scope) error + func RegisterConversions(s *runtime.Scheme) error v0.0.1 Nov 29, 2018 Changes in this version + const DefaultImage + const GroupName + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func RegisterDefaults(scheme *runtime.Scheme) error + func Resource(resource string) schema.GroupResource + func SetDefaults_Config(obj *Config) + func SetObjectDefaults_Config(in *Config) + type Config struct + ControlPlane *ControlPlane + Image string + KubeadmConfigPatches []string + KubeadmConfigPatchesJSON6902 []kustomize.PatchJSON6902 + func (in *Config) DeepCopy() *Config + func (in *Config) DeepCopyInto(out *Config) + func (in *Config) DeepCopyObject() runtime.Object + type ControlPlane struct + NodeLifecycle *NodeLifecycle + func (in *ControlPlane) DeepCopy() *ControlPlane + func (in *ControlPlane) DeepCopyInto(out *ControlPlane) + type LifecycleHook struct + Command []string + MustSucceed bool + Name string + func (in *LifecycleHook) DeepCopy() *LifecycleHook + func (in *LifecycleHook) DeepCopyInto(out *LifecycleHook) + type NodeLifecycle struct + PostKubeadm []LifecycleHook + PostSetup []LifecycleHook + PreBoot []LifecycleHook + PreKubeadm []LifecycleHook + func (in *NodeLifecycle) DeepCopy() *NodeLifecycle + func (in *NodeLifecycle) DeepCopyInto(out *NodeLifecycle)