Skip to content

Commit f99ab5c

Browse files
authored
Merge pull request #44369 from windsonsea/crden
Fix a link in custom-resource-definitions task
2 parents d0cf73f + e9c2827 commit f99ab5c

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
@@ -1190,7 +1190,7 @@ If `optionalOldSelf` is set to true, then transition rules will always be
11901190
evaluated and the type of `oldSelf` be changed to a CEL [`Optional`](https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes) type.
11911191

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

0 commit comments

Comments
 (0)