Documentation
¶
Index ¶
- func ValidateExtension(extension *operatorv1alpha1.Extension) field.ErrorList
- func ValidateExtensionUpdate(oldExtension, newExtension *operatorv1alpha1.Extension) field.ErrorList
- func ValidateGarden(garden *operatorv1alpha1.Garden, extensions []operatorv1alpha1.Extension) field.ErrorList
- func ValidateGardenUpdate(oldGarden, newGarden *operatorv1alpha1.Garden, ...) field.ErrorList
- func ValidateGardenWithOps(garden *operatorv1alpha1.Garden, extensions []operatorv1alpha1.Extension, ...) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateExtension ¶
func ValidateExtension(extension *operatorv1alpha1.Extension) field.ErrorList
ValidateExtension contains functionality for performing extended validation of an Extension object which is not possible with standard CRD validation, see https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules.
func ValidateExtensionUpdate ¶
func ValidateExtensionUpdate(oldExtension, newExtension *operatorv1alpha1.Extension) field.ErrorList
ValidateExtensionUpdate contains functionality for performing extended validation of an Extension object under update which is not possible with standard CRD validation, see https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules.
func ValidateGarden ¶
func ValidateGarden(garden *operatorv1alpha1.Garden, extensions []operatorv1alpha1.Extension) field.ErrorList
ValidateGarden contains functionality for performing extended validation of a Garden object which is not possible with standard CRD validation, see https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules.
func ValidateGardenUpdate ¶
func ValidateGardenUpdate(oldGarden, newGarden *operatorv1alpha1.Garden, extensions []operatorv1alpha1.Extension) field.ErrorList
ValidateGardenUpdate contains functionality for performing extended validation of a Garden object under update which is not possible with standard CRD validation, see https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#validation-rules.
func ValidateGardenWithOps ¶
func ValidateGardenWithOps(garden *operatorv1alpha1.Garden, extensions []operatorv1alpha1.Extension, opts gardencorevalidation.KubeAPIServerValidationOptions) field.ErrorList
ValidateGardenWithOps validates a Garden object with the given options.
Types ¶
This section is empty.