Documentation
¶
Index ¶
- Constants
- Variables
- func ValidateCloudProfileConfig(cloudProfileConfig *apismetal.CloudProfileConfig, ...) field.ErrorList
- func ValidateControlPlaneConfig(controlPlaneConfig *apismetal.ControlPlaneConfig, ...) field.ErrorList
- func ValidateFirewallControllerVersion(iv imagevector.ImageVector, specVersion string) (string, error)
- func ValidateInfrastructureConfig(infra *apismetal.InfrastructureConfig) field.ErrorList
- func ValidateInfrastructureConfigAgainstCloudProfile(infra *apismetal.InfrastructureConfig, shoot *core.Shoot, ...) field.ErrorList
- func ValidateInfrastructureConfigUpdate(oldConfig, newConfig *apismetal.InfrastructureConfig, ...) field.ErrorList
- func ValidateWorkers(workers []core.Worker, cloudProfile *gardencorev1beta1.CloudProfile, ...) field.ErrorList
Constants ¶
View Source
const (
FirewallControllerVersionAuto = "auto"
)
Variables ¶
Functions ¶
func ValidateCloudProfileConfig ¶
func ValidateCloudProfileConfig(cloudProfileConfig *apismetal.CloudProfileConfig, cloudProfile *gardencorev1beta1.CloudProfile) field.ErrorList
ValidateCloudProfileConfig validates a CloudProfileConfig object.
func ValidateControlPlaneConfig ¶
func ValidateControlPlaneConfig(controlPlaneConfig *apismetal.ControlPlaneConfig, cloudProfile *gardencorev1beta1.CloudProfile, fldPath *field.Path) field.ErrorList
ValidateControlPlaneConfig validates a ControlPlaneConfig object.
func ValidateFirewallControllerVersion ¶ added in v0.15.1
func ValidateFirewallControllerVersion(iv imagevector.ImageVector, specVersion string) (string, error)
func ValidateInfrastructureConfig ¶
func ValidateInfrastructureConfig(infra *apismetal.InfrastructureConfig) field.ErrorList
ValidateInfrastructureConfig validates a InfrastructureConfig object.
func ValidateInfrastructureConfigAgainstCloudProfile ¶
func ValidateInfrastructureConfigAgainstCloudProfile(infra *apismetal.InfrastructureConfig, shoot *core.Shoot, cloudProfile *gardencorev1beta1.CloudProfile, cloudProfileConfig *apismetal.CloudProfileConfig, fldPath *field.Path) field.ErrorList
ValidateInfrastructureConfigAgainstCloudProfile validates the given `InfrastructureConfig` against the given `CloudProfile`.
func ValidateInfrastructureConfigUpdate ¶
func ValidateInfrastructureConfigUpdate(oldConfig, newConfig *apismetal.InfrastructureConfig, cloudProfileConfig *apismetal.CloudProfileConfig) field.ErrorList
ValidateInfrastructureConfigUpdate validates a InfrastructureConfig object.
func ValidateWorkers ¶
func ValidateWorkers(workers []core.Worker, cloudProfile *gardencorev1beta1.CloudProfile, fldPath *field.Path) field.ErrorList
ValidateWorkers validates the workers of a Shoot.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.