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.
2 parents 77a414e + 60ff42b commit 8097577Copy full SHA for 8097577
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.0 schemas](https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/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