File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/extend-kubernetes/custom-resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ Notice that the field `someRandomField` was pruned.
387
387
388
388
This example turned off client-side validation to demonstrate the API server's behavior, by adding
389
389
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)
391
391
to clients, `kubectl` also checks for unknown fields and rejects those objects well before they
392
392
would be sent to the API server.
393
393
@@ -501,7 +501,7 @@ allOf:
501
501
502
502
With one of those specification, both an integer and a string validate.
503
503
504
- In [Validation Schema Publishing](#publish-validation-schema-in-openapi-v2 ),
504
+ In [Validation Schema Publishing](#publish-validation-schema-in-openapi),
505
505
`x-kubernetes-int-or-string : true` is unfolded to one of the two patterns shown above.
506
506
507
507
# ## RawExtension
You can’t perform that action at this time.
0 commit comments