We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c5647 commit 59f546cCopy full SHA for 59f546c
content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions.md
@@ -579,7 +579,7 @@ deleted by Kubernetes.
579
### Validation
580
581
Custom resources are validated via
582
-[OpenAPI v3 schemas](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#schemaObject),
+[OpenAPI v3 schemas](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#schema-object),
583
by x-kubernetes-validations when the [Validation Rules feature](#validation-rules) is enabled, and you
584
can add additional validation using
585
[admission webhooks](/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook).
0 commit comments