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 ¶
Package validation contains functions to validate controller specifications
Index ¶
- func ValidateCloudProfileConfig(profileSpec *gardencorev1beta1.CloudProfileSpec, ...) field.ErrorList
- func ValidateControlPlaneConfig(controlPlaneConfig *apis.ControlPlaneConfig, ...) field.ErrorList
- func ValidateInfrastructureConfigSpec(spec *apis.InfrastructureConfig) []error
- 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 ValidateControlPlaneConfig ¶ added in v0.3.0
func ValidateControlPlaneConfig(controlPlaneConfig *apis.ControlPlaneConfig, allowedZones, workerZones sets.String, version string, fldPath *field.Path) field.ErrorList
ValidateControlPlaneConfig validates a ControlPlaneConfig 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 ValidateWorkers ¶
ValidateWorkers validates the workers of a Shoot.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.