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 ValidateCrossSecretBinding(binding *garden.CrossSecretBinding) field.ErrorList
- func ValidateCrossSecretBindingUpdate(newBinding, oldBinding *garden.CrossSecretBinding) field.ErrorList
- func ValidateName(name string, prefix bool) []string
- func ValidatePrivateSecretBinding(binding *garden.PrivateSecretBinding) field.ErrorList
- func ValidatePrivateSecretBindingUpdate(newBinding, oldBinding *garden.PrivateSecretBinding) field.ErrorList
- 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 ValidateSeed(seed *garden.Seed) field.ErrorList
- func ValidateSeedSpec(seedSpec *garden.SeedSpec, fldPath *field.Path) field.ErrorList
- func ValidateSeedUpdate(newSeed, oldSeed *garden.Seed) field.ErrorList
- func ValidateShoot(shoot *garden.Shoot) 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 ValidateCrossSecretBinding ¶
func ValidateCrossSecretBinding(binding *garden.CrossSecretBinding) field.ErrorList
ValidateCrossSecretBinding validates a CrossSecretBinding object.
func ValidateCrossSecretBindingUpdate ¶
func ValidateCrossSecretBindingUpdate(newBinding, oldBinding *garden.CrossSecretBinding) field.ErrorList
ValidateCrossSecretBindingUpdate validates a CrossSecretBinding object before an update.
func ValidateName ¶
ValidateName is a helper function for validating that a name is a DNS sub domain.
func ValidatePrivateSecretBinding ¶
func ValidatePrivateSecretBinding(binding *garden.PrivateSecretBinding) field.ErrorList
ValidatePrivateSecretBinding validates a PrivateSecretBinding object.
func ValidatePrivateSecretBindingUpdate ¶
func ValidatePrivateSecretBindingUpdate(newBinding, oldBinding *garden.PrivateSecretBinding) field.ErrorList
ValidatePrivateSecretBindingUpdate validates a PrivateSecretBinding object before an update.
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 ValidateSeed ¶
ValidateSeed validates a Seed object.
func ValidateSeedSpec ¶
ValidateSeedSpec validates the specification of a Seed object.
func ValidateSeedUpdate ¶
ValidateSeedUpdate validates a Seed object before an update.
func ValidateShoot ¶
ValidateShoot validates a Shoot object.
func ValidateShootStatusUpdate ¶
ValidateShootStatusUpdate validates the status field of a Shoot object.
Types ¶
This section is empty.