Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Regions is a map of IBM Cloud regions where VPCs are supported. // The key of the map is the short name of the region. The value // of the map is the long name of the region. Regions = map[string]string{ "us-south": "US South (Dallas)", "us-east": "US East (Washington DC)", "eu-gb": "United Kindom (London)", "eu-de": "EU Germany (Frankfurt)", "eu-es": "Spain (Madrid)", "jp-tok": "Japan (Tokyo)", "jp-osa": "Japan (Osaka)", "au-syd": "Australia (Sydney)", "ca-tor": "Canada (Toronto)", "br-sao": "Brazil (Sao Paulo)", } )
Functions ¶
func ValidateMachinePool ¶
func ValidateMachinePool(platform *ibmcloud.Platform, mp *ibmcloud.MachinePool, path *field.Path) field.ErrorList
ValidateMachinePool validates the MachinePool.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.