Documentation ¶
Index ¶
- func GetAWSSubnetworks(client *cmv1.Client, ccs cluster.CCS, region string) (subnetworkList []*cmv1.Subnetwork, err error)
- func GetGCPSubnetList(client *cmv1.Client, provider string, ccs cluster.CCS, ...) (subnetList []string, err error)
- func GetGCPVPCs(client *cmv1.Client, ccs cluster.CCS, gcpAuth cluster.GcpAuthentication, ...) (cloudVPCList []*cmv1.CloudVPC, err error)
- func GetMachineTypeOptions(client *cmv1.Client, provider string, ccs bool) (options []arguments.Option, err error)
- func GetRegions(client *cmv1.Client, provider string, ccs cluster.CCS) (regions []*cmv1.CloudRegion, err error)
- func GetWifConfig(client *cmv1.Client, key string) (wifConfig *cmv1.WifConfig, err error)
- func GetWifConfigNameOptions(client *cmv1.Client) (options []arguments.Option, err error)
- func GetWifConfigs(client *cmv1.Client) (wifConfigs []*cmv1.WifConfig, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAWSSubnetworks ¶ added in v0.1.62
func GetGCPSubnetList ¶ added in v0.1.62
func GetGCPVPCs ¶ added in v0.1.62
func GetMachineTypeOptions ¶ added in v0.1.46
func GetRegions ¶
func GetRegions(client *cmv1.Client, provider string, ccs cluster.CCS) (regions []*cmv1.CloudRegion, err error)
GetRegions queries either `aws/available_regions` or `regions` depending on CCS flags. Does not filter by .Enabled() flag; whether caller should filter depends on CCS.
func GetWifConfig ¶ added in v0.1.76
GetWifConfig returns the WIF configuration where the key is the wif config id or name
func GetWifConfigNameOptions ¶ added in v0.1.75
GetWifConfigNameOptions returns the wif config options for the cluster with display name as the value and id as the description
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.