Fix a link in custom-resource-definitions task

pull/44369/head
windsonsea 2023-12-15 09:03:48 +08:00
parent b481082a44
commit e9c2827477
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ If `optionalOldSelf` is set to true, then transition rules will always be
evaluated and the type of `oldSelf` be changed to a CEL [`Optional`](https://pkg.go.dev/github.com/google/cel-go/cel#OptionalTypes) type.
`optionalOldSelf` is useful in cases where schema authors would like a more
control tool [than provided by the default equality based behavior of ][#validation-ratcheting]
control tool [than provided by the default equality based behavior of](#validation-ratcheting)
to introduce newer, usually stricter constraints on new values, while still
allowing old values to be "grandfathered" or ratcheted using the older validation.