Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapProvider ¶
type BootstrapProvider interface { GetConfig(name, namespace string, isControlplane bool, count int) *bootstrapv1.KubeadmConfig GetConfigTemplate(name, namespace string) *bootstrapv1.KubeadmConfigTemplate }
BootstrapProvider interface for bootstrap providers
type InfrastructureProvider ¶
type InfrastructureProvider interface { GetInfraMachine(name, namespace string) Object GetInfraCluster(name, namespace string) Object GetInfraMachineTemplate(name, namespace string) Object SetBootstrapConfigInfraValues(*bootstrapv1.KubeadmConfig) SetBootstrapConfigTemplateInfraValues(*bootstrapv1.KubeadmConfigTemplate) GetEnvironmentVariables() map[string]string }
InfrastructureProvider interface for infrastructure providers
Click to show internal directories.
Click to hide internal directories.