Documentation
¶
Index ¶
- func ValidateCloudProfile(cloudProfile *garden.CloudProfile) field.ErrorList
- func ValidateCloudProfileSpec(spec *garden.CloudProfileSpec, fldPath *field.Path) field.ErrorList
- func ValidateCloudProfileUpdate(newProfile, oldProfile *garden.CloudProfile) field.ErrorList
- func ValidateName(name string, prefix bool) []string
- func ValidateQuota(quota *garden.Quota) field.ErrorList
- func ValidateQuotaSpec(quotaSpec *garden.QuotaSpec, fldPath *field.Path) field.ErrorList
- func ValidateQuotaStatusUpdate(newQuota, oldQuota *garden.Quota) field.ErrorList
- func ValidateQuotaUpdate(newQuota, oldQuota *garden.Quota) field.ErrorList
- func ValidateSecretBinding(binding *garden.SecretBinding) field.ErrorList
- func ValidateSecretBindingUpdate(newBinding, oldBinding *garden.SecretBinding) field.ErrorList
- func ValidateSeed(seed *garden.Seed) field.ErrorList
- func ValidateSeedSpec(seedSpec *garden.SeedSpec, fldPath *field.Path) field.ErrorList
- func ValidateSeedStatusUpdate(newSeed, oldSeed *garden.Seed) field.ErrorList
- func ValidateSeedUpdate(newSeed, oldSeed *garden.Seed) field.ErrorList
- func ValidateShoot(shoot *garden.Shoot) field.ErrorList
- func ValidateShootSpec(spec *garden.ShootSpec, fldPath *field.Path) field.ErrorList
- func ValidateShootSpecUpdate(newSpec, oldSpec *garden.ShootSpec, deletionTimestampSet bool, ...) field.ErrorList
- func ValidateShootStatusUpdate(newShoot, oldShoot *garden.Shoot) field.ErrorList
- func ValidateShootUpdate(newShoot, oldShoot *garden.Shoot) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateCloudProfile ¶
func ValidateCloudProfile(cloudProfile *garden.CloudProfile) field.ErrorList
ValidateCloudProfile validates a CloudProfile object.
func ValidateCloudProfileSpec ¶
ValidateCloudProfileSpec validates the specification of a CloudProfile object.
func ValidateCloudProfileUpdate ¶
func ValidateCloudProfileUpdate(newProfile, oldProfile *garden.CloudProfile) field.ErrorList
ValidateCloudProfileUpdate validates a CloudProfile object before an update.
func ValidateName ¶
ValidateName is a helper function for validating that a name is a DNS sub domain.
func ValidateQuota ¶
ValidateQuota validates a Quota object.
func ValidateQuotaSpec ¶
ValidateQuotaSpec validates the specification of a Quota object.
func ValidateQuotaStatusUpdate ¶
ValidateQuotaStatusUpdate validates the status field of a Quota object.
func ValidateQuotaUpdate ¶
ValidateQuotaUpdate validates a Quota object before an update.
func ValidateSecretBinding ¶
func ValidateSecretBinding(binding *garden.SecretBinding) field.ErrorList
ValidateSecretBinding validates a SecretBinding object.
func ValidateSecretBindingUpdate ¶
func ValidateSecretBindingUpdate(newBinding, oldBinding *garden.SecretBinding) field.ErrorList
ValidateSecretBindingUpdate validates a SecretBinding object before an update.
func ValidateSeed ¶
ValidateSeed validates a Seed object.
func ValidateSeedSpec ¶
ValidateSeedSpec validates the specification of a Seed object.
func ValidateSeedStatusUpdate ¶
ValidateSeedStatusUpdate validates the status field of a Seed object.
func ValidateSeedUpdate ¶
ValidateSeedUpdate validates a Seed object before an update.
func ValidateShoot ¶
ValidateShoot validates a Shoot object.
func ValidateShootSpec ¶
ValidateShootSpec validates the specification of a Shoot object.
func ValidateShootSpecUpdate ¶
func ValidateShootSpecUpdate(newSpec, oldSpec *garden.ShootSpec, deletionTimestampSet bool, fldPath *field.Path) field.ErrorList
ValidateShootSpecUpdate validates the specification of a Shoot object.
func ValidateShootStatusUpdate ¶
ValidateShootStatusUpdate validates the status field of a Shoot object.
Types ¶
This section is empty.