Documentation ¶
Overview ¶
Package validation contains functions to validate controller specifications
Package validation contains functions to validate controller specifications ¶
Package validation contains functions to validate controller specifications
Index ¶
- func ValidateCloudProfileConfig(profileSpec *gardencorev1beta1.CloudProfileSpec, ...) field.ErrorList
- func ValidateInfrastructureConfigSpec(spec *apis.InfrastructureConfig) []error
- func ValidateNetworking(networking core.Networking, fldPath *field.Path) field.ErrorList
- func ValidateWorkers(workers []core.Worker, fldPath *field.Path) field.ErrorList
- func ValidateWorkersUpdate(oldWorkers, newWorkers []core.Worker, fldPath *field.Path) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateCloudProfileConfig ¶
func ValidateCloudProfileConfig(profileSpec *gardencorev1beta1.CloudProfileSpec, profileConfig *apis.CloudProfileConfig) field.ErrorList
ValidateCloudProfileConfig validates a CloudProfileConfig object.
func ValidateInfrastructureConfigSpec ¶
func ValidateInfrastructureConfigSpec(spec *apis.InfrastructureConfig) []error
ValidateInfrastructureConfigSpec validates provider specification to check if all fields are present and valid
PARAMETERS spec *apis.InfrastructureConfig Provider specification to validate
func ValidateNetworking ¶
ValidateNetworking validates the network settings of a Shoot.
func ValidateWorkers ¶
ValidateWorkers validates the workers of a Shoot.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.