Documentation ¶
Overview ¶
Package vsphere generates Machine objects for vsphere.
Package vsphere generates Machine objects for vsphere.package vsphere
Index ¶
- func ConfigMasters(machines []machineapi.Machine, clusterID string)
- func MachineSets(clusterID string, config *types.InstallConfig, pool *types.MachinePool, ...) ([]*machineapi.MachineSet, error)
- func Machines(clusterID string, config *types.InstallConfig, pool *types.MachinePool, ...) ([]machineapi.Machine, *machinev1.ControlPlaneMachineSet, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigMasters ¶
func ConfigMasters(machines []machineapi.Machine, clusterID string)
ConfigMasters sets the PublicIP flag and assigns a set of load balancers to the given machines
func MachineSets ¶
func MachineSets(clusterID string, config *types.InstallConfig, pool *types.MachinePool, osImage, role, userDataSecret string) ([]*machineapi.MachineSet, error)
MachineSets returns a list of machinesets for a machinepool.
func Machines ¶
func Machines(clusterID string, config *types.InstallConfig, pool *types.MachinePool, osImage, role, userDataSecret string) ([]machineapi.Machine, *machinev1.ControlPlaneMachineSet, error)
Machines returns a list of machines for a machinepool.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.