jpbetz feedback

pull/43560/head
Alex Zielenski 2023-11-27 09:08:09 -08:00
parent d820f2b988
commit 41e0c2f21b
1 changed files with 4 additions and 3 deletions

View File

@ -1185,11 +1185,12 @@ Setting `fieldPath` is optional.
#### The `optionalOldSelf` field {#field-optional-oldself}
The `optionalOldSelf` field is a boolean field added in Kubernetes 1.29. The feature
[CRDValidationRatcheting](#validation-ratcheting) must be enabled in order to
{{< feature-state state="alpha" for_k8s_version="v1.29" >}}
The feature [CRDValidationRatcheting](#validation-ratcheting) must be enabled in order to
make use of this field.
This field alters the behavior of [Transition Rules](#transition-rules) described
The `optionalOldSelf` field is a boolean that field alters the behavior of [Transition Rules](#transition-rules) described
below. Normally, a transition rule will not evaluate if `oldSelf` cannot be determined:
during object creation or when a new value is introduced in an update.