Skip to content

Commit 7759525

Browse files
authored
Merge pull request #44676 from Arhell/zh-typo
[zh] Fix typo & link
2 parents 068f374 + 16a8326 commit 7759525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ would be sent to the API server.
624624
#### Controlling pruning
625625

626626
By default, all unspecified fields for a custom resource, across all versions, are pruned. It is possible though to
627-
opt-out of that for specifc sub-trees of fields by adding `x-kubernetes-preserve-unknown-fields: true` in the
627+
opt-out of that for specific sub-trees of fields by adding `x-kubernetes-preserve-unknown-fields: true` in the
628628
[structural OpenAPI v3 validation schema](#specifying-a-structural-schema).
629629

630630
For example:
@@ -1942,7 +1942,7 @@ CEL [`Optional`](https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes)
19421942

19431943
<!--
19441944
`optionalOldSelf` is useful in cases where schema authors would like a more
1945-
control tool [than provided by the default equality based behavior of ][#validation-ratcheting]
1945+
control tool [than provided by the default equality based behavior of](#validation-ratcheting)
19461946
to introduce newer, usually stricter constraints on new values, while still
19471947
allowing old values to be "grandfathered" or ratcheted using the older validation.
19481948

0 commit comments

Comments
 (0)