Update content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md

pull/36244/head
kadtendulkar 2022-08-24 21:45:12 +05:30
parent 0bb0689aa3
commit 655f6a2b8b
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ Validation rules are in beta since 1.25 and the
gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled by default to validate custom resource
based on _validation rules_. You can disable this feature by explicitly setting the
`CustomResourceValidationExpressions` feature gate to `false`,
for the `[kube-apiserver](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/)` component.
for the [kube-apiserver](/docs/reference/command-line-tools-reference/kube-apiserver/) component.
This feature is only available if the schema is a
[structural schema](#specifying-a-structural-schema).