File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
keps/sig-api-machinery/2876-crd-validation-expression-language Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -605,6 +605,8 @@ developers to test their validation rules.
605
605
- Understanding of upper bounds of CPU/memory usage and appropriate limits set to prevent abuse.
606
606
- Build-in macro/function library is comprehensive and stable (any changes to this will be a breaking change)
607
607
- 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)
608
610
609
611
# # Production Readiness Review Questionnaire
610
612
You can’t perform that action at this time.
0 commit comments