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

@@ -51670,7 +51670,7 @@ func schema_pkg_apis_apiextensions_v1_JSONSchemaProps(ref common.ReferenceCallba
},
},
SchemaProps: spec.SchemaProps{
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.",
Type: []string{"array"},
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{
@@ -53225,7 +53225,7 @@ func schema_pkg_apis_apiextensions_v1beta1_JSONSchemaProps(ref common.ReferenceC
},
},
SchemaProps: spec.SchemaProps{
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.",
Type: []string{"array"},
Items: &spec.SchemaOrArray{
Schema: &spec.Schema{