Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateMachinePool ¶
ValidateMachinePool checks that the specified machine pool is valid.
func ValidatePlatform ¶
func ValidatePlatform(p *openstack.Platform, fldPath *field.Path, fetcher ValidValuesFetcher) field.ErrorList
ValidatePlatform checks that the specified platform is valid.
Types ¶
type ValidValuesFetcher ¶
type ValidValuesFetcher interface { // GetCloudNames gets the valid cloud names. GetCloudNames() ([]string, error) // GetRegionNames gets the valid region names. GetRegionNames(cloud string) ([]string, error) // GetNetworkNames gets the valid network names. GetNetworkNames(cloud string) ([]string, error) // GetFlavorNames gets the valid flavor names. GetFlavorNames(cloud string) ([]string, error) // GetNetworkExtensionsAliases gets the aliases for all the networking enabled extensions GetNetworkExtensionsAliases(cloud string) ([]string, error) }
ValidValuesFetcher is used to retrieve valid values for fields in Platform.
func NewValidValuesFetcher ¶
func NewValidValuesFetcher() ValidValuesFetcher
NewValidValuesFetcher returns a new ValidValuesFetcher.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.