Documentation ¶
Overview ¶
Package vsphere contains vSphere-specific structures for installer configuration and management.
Index ¶
Constants ¶
View Source
const Name string = "vsphere"
Name is name for the vsphere platform.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MachinePool ¶
type MachinePool struct { }
MachinePool stores the configuration for a machine pool installed on vSphere.
func (*MachinePool) Set ¶
func (p *MachinePool) Set(required *MachinePool)
Set sets the values from `required` to `p`.
Click to show internal directories.
Click to hide internal directories.