Documentation ¶
Index ¶
- type Provider
- func (p Provider) GetEnvironmentVariables() map[string]string
- 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(*bootstrapv1.KubeadmConfig)
- func (p Provider) SetBootstrapConfigTemplateInfraValues(*bootstrapv1.KubeadmConfigTemplate)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider struct{}
Provider CAPD implementation of InfrastructureProvider
func (Provider) GetEnvironmentVariables ¶
func (Provider) GetInfraCluster ¶
GetInfraCluster generates a docker cluster
func (Provider) GetInfraMachine ¶
GetInfraMachine generates a docker machine
func (Provider) GetInfraMachineTemplate ¶
GetInfraMachineTemplate returns a docker machine template
func (Provider) SetBootstrapConfigInfraValues ¶
func (p Provider) SetBootstrapConfigInfraValues(*bootstrapv1.KubeadmConfig)
SetBootstrapConfigInfraValues does nothing atm
func (Provider) SetBootstrapConfigTemplateInfraValues ¶
func (p Provider) SetBootstrapConfigTemplateInfraValues(*bootstrapv1.KubeadmConfigTemplate)
SetBootstrapConfigTemplateInfraValues does nothing atm
Click to show internal directories.
Click to hide internal directories.