Skip to content

Commit 3941acc

Browse files
committed
Spell out goals for applyPatcher and NestedObjectDecoder TODOs and link to GH issues
1 parent b918dd4 commit 3941acc

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-api-machinery/2885-server-side-unknown-field-validation

1 file changed

+4
-4
lines changed

keps/sig-api-machinery/2885-server-side-unknown-field-validation/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -606,10 +606,10 @@ Below are some examples to consider, in addition to the aforementioned [maturity
606606
- [ ] endpoints handler unit testing of field validation
607607
- [ ] customresource handler unit testing of field validation
608608
- [ ] field validation integration tests check for exact match of strict errors
609-
- [ ]
610-
[decide](https://github.com/kubernetes/kubernetes/pull/105916#discussion_r750769609) whether a fieldValidation=Strict fatal error should return before
611-
an error from the apply operation.
612-
- [ ] [Look into](https://github.com/kubernetes/kubernetes/issues/106558) strict handling of nested object decoding.
609+
- [ ] applyPatcher no longer unmarshals twice for strict/warn validation
610+
[#107544](https://github.com/kubernetes/kubernetes/issues/107544)
611+
- [ ] In tree NestedObjectDecoders no longer short circuit on strict decoding
612+
errors [#107545](https://github.com/kubernetes/kubernetes/issues/107545)
613613

614614

615615
<!--

0 commit comments

Comments
 (0)