Documentation ¶
Index ¶
- type Provider
- func (p Provider) GetInfraCluster(name, namespace string) generator.Object
- func (p Provider) GetInfraMachine(name, namespace string) generator.Object
- func (p Provider) GetInfraMachineTemplate(name, namespace string) generator.Object
- func (p Provider) SetBootstrapConfigInfraValues(c *bootstrapv1.KubeadmConfig)
- func (p Provider) SetBootstrapConfigTemplateInfraValues(t *bootstrapv1.KubeadmConfigTemplate)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
Provider CAPA implementation of InfrastructureProvider
func (Provider) GetInfraCluster ¶
GetInfraCluster generates an AWS cluster
func (Provider) GetInfraMachine ¶
GetInfraMachine generates an AWS machine
func (Provider) GetInfraMachineTemplate ¶
GetInfraMachineTemplate generates an AWS machine template
func (Provider) SetBootstrapConfigInfraValues ¶
func (p Provider) SetBootstrapConfigInfraValues(c *bootstrapv1.KubeadmConfig)
SetBootstrapConfigInfraValues fills in InfraProvider specific values into the bootstrap config
func (Provider) SetBootstrapConfigTemplateInfraValues ¶
func (p Provider) SetBootstrapConfigTemplateInfraValues(t *bootstrapv1.KubeadmConfigTemplate)
SetBootstrapConfigTemplateInfraValues fills in InfraProvider specific values into the join configuration
Click to show internal directories.
Click to hide internal directories.