Skip to content

Commit 988e26d

Browse files
committed
Add follow up issues found during 1.23 alpha implementation to beta graduation criteria
1 parent 49d894e commit 988e26d

File tree

1 file changed

+2
-0
lines changed
  • keps/sig-api-machinery/2876-crd-validation-expression-language

1 file changed

+2
-0
lines changed

keps/sig-api-machinery/2876-crd-validation-expression-language/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@ developers to test their validation rules.
605605
- Understanding of upper bounds of CPU/memory usage and appropriate limits set to prevent abuse.
606606
- Build-in macro/function library is comprehensive and stable (any changes to this will be a breaking change)
607607
- CEL numeric comparison issue is resolved (e.g. ability to compare ints to doubles)
608+
- [Reduce noise of invalid data messages reported from cel.UnstructuredToVal](https://github.com/kubernetes/kubernetes/issues/106440)
609+
- [Benchmark cel.UnstructuredToVal and optimize away repeated wrapper object construction](https://github.com/kubernetes/kubernetes/issues/106438)
608610

609611
## Production Readiness Review Questionnaire
610612

0 commit comments

Comments
 (0)