Skip to content

Commit f9f82d5

Browse files
committed
apply feedback
1 parent 04e333a commit f9f82d5

File tree

1 file changed

+2
-2
lines changed
  • keps/sig-api-machinery/5073-declarative-validation-with-validation-gen

1 file changed

+2
-2
lines changed

keps/sig-api-machinery/5073-declarative-validation-with-validation-gen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,8 +1459,8 @@ The default mechanism handles common cases by skipping re-validation if a field
14591459
| Slice values<br/>`listType=map` | - | (re)validate items which are not found (by key) in the old slice or are changed | same |
14601460
| Slice values<br/>`listType=set` | - | validate items which are not found (by value) in the old slice | Validate all elements (CRDs ratcheting may be expanded to match in-tree ratcheting) |
14611461
| Maps | all elements are equivalent | revalidate the map if any element changed | same |
1462-
| Map values<br/>`mapType=granular` | - | (re)validate items which are not found (by key) in the old map | same |
1463-
| Map values<br/>`mapType=atomic` | - | (re)validate items which are not found (by key) in the old map | [Issue #131566](https://github.com/kubernetes/kubernetes/issues/131566) (Alignment needed) |
1462+
| Map values<br/>`mapType=granular` | - | (re)validate items which are not found (by key) in the old map or are changed | same |
1463+
| Map values<br/>`mapType=atomic` | - | (re)validate items which are not found (by key) in the old map or are changed | [Issue #131566](https://github.com/kubernetes/kubernetes/issues/131566) (Alignment needed) |
14641464

14651465
**Note on Atomic Types:** The behavior for `structType=atomic` and `mapType=atomic` intentionally deviates from strict atomic re-validation. Only the specific sub-fields or key-value pairs *that were actually modified* are re-validated. This prioritizes user experience but requires alignment with CRD behavior (tracked in Issue #131566).
14661466

0 commit comments

Comments
 (0)