Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateMachinePool ¶
func ValidateMachinePool(p *openstack.MachinePool, ci *CloudInfo, controlPlane bool, fldPath *field.Path) field.ErrorList
ValidateMachinePool checks that the specified machine pool is valid.
func ValidatePlatform ¶
ValidatePlatform checks that the specified platform is valid.
Types ¶
type CloudInfo ¶
type CloudInfo struct { APIFIP *floatingips.FloatingIP ExternalNetwork *networks.Network Flavors map[string]Flavor IngressFIP *floatingips.FloatingIP MachinesSubnet *subnets.Subnet OSImage *images.Image ComputeZones []string VolumeZones []string VolumeTypes []string NetworkExtensions []extensions.Extension Quotas []quota.Quota // contains filtered or unexported fields }
CloudInfo caches data fetched from the user's openstack cloud
func GetCloudInfo ¶
func GetCloudInfo(ic *types.InstallConfig) (*CloudInfo, error)
GetCloudInfo fetches and caches metadata from openstack
Click to show internal directories.
Click to hide internal directories.