Skip to content

Commit 1e063ce

Browse files
committed
Fix broken hyperlinks to Extend the Kubernetes API with CustomResourceDefinitions task page.
1 parent 79eeabe commit 1e063ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ Notice that the field `someRandomField` was pruned.
387387

388388
This example turned off client-side validation to demonstrate the API server's behavior, by adding
389389
the `--validate=false` command line option.
390-
Because the [OpenAPI validation schemas are also published](#publish-validation-schema-in-openapi-v2)
390+
Because the [OpenAPI validation schemas are also published](#publish-validation-schema-in-openapi)
391391
to clients, `kubectl` also checks for unknown fields and rejects those objects well before they
392392
would be sent to the API server.
393393

@@ -501,7 +501,7 @@ allOf:
501501

502502
With one of those specification, both an integer and a string validate.
503503

504-
In [Validation Schema Publishing](#publish-validation-schema-in-openapi-v2),
504+
In [Validation Schema Publishing](#publish-validation-schema-in-openapi),
505505
`x-kubernetes-int-or-string: true` is unfolded to one of the two patterns shown above.
506506

507507
### RawExtension

0 commit comments

Comments
 (0)