Merge pull request #126136 from cici37/removeFG

Remove feature gate CustomResourceValidationExpressions
This commit is contained in:
Kubernetes Prow Robot
2024-07-20 00:08:52 -07:00
committed by GitHub
15 changed files with 9 additions and 38 deletions

View File

@@ -17553,7 +17553,7 @@
"type": "boolean"
},
"x-kubernetes-validations": {
"description": "x-kubernetes-validations describes a list of validation rules written in the CEL expression language. This field is an alpha-level. Using this field requires the feature gate `CustomResourceValidationExpressions` to be enabled.",
"description": "x-kubernetes-validations describes a list of validation rules written in the CEL expression language.",
"items": {
"$ref": "#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ValidationRule"
},

View File

@@ -713,7 +713,7 @@
"type": "boolean"
},
"x-kubernetes-validations": {
"description": "x-kubernetes-validations describes a list of validation rules written in the CEL expression language. This field is an alpha-level. Using this field requires the feature gate `CustomResourceValidationExpressions` to be enabled.",
"description": "x-kubernetes-validations describes a list of validation rules written in the CEL expression language.",
"items": {
"allOf": [
{