Skip to content

Commit 60ff42b

Browse files
committed
Fix fragment in schema URL
Also switched to a particular tag in the spec repo. Also called out the minor release number in the text of the reference. Signed-off-by: Mike Spreitzer <[email protected]>
1 parent 06c5647 commit 60ff42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ deleted by Kubernetes.
579579
### Validation
580580

581581
Custom resources are validated via
582-
[OpenAPI v3 schemas](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#schemaObject),
582+
[OpenAPI v3.0 schemas](https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/3.0.0.md#schema-object),
583583
by x-kubernetes-validations when the [Validation Rules feature](#validation-rules) is enabled, and you
584584
can add additional validation using
585585
[admission webhooks](/docs/reference/access-authn-authz/admission-controllers/#validatingadmissionwebhook).

0 commit comments

Comments
 (0)