Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
Provider kubeadm implementation of BootstrapProvider
func (Provider) GetConfig ¶
func (p Provider) GetConfig(name, namespace string, isControlPlane bool, itemNumber int) *bootstrapv1.KubeadmConfig
GetConfig generates kubeadm bootstrap provider config
func (Provider) GetConfigTemplate ¶
func (p Provider) GetConfigTemplate(name, namespace string) *bootstrapv1.KubeadmConfigTemplate
GetConfigTemplate only generates configs for Worker machines. ControlPlanes cannot be managed by MachineDeployments.
Click to show internal directories.
Click to hide internal directories.