We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e0443 commit 7b1c7c6Copy full SHA for 7b1c7c6
staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go
@@ -2022,7 +2022,7 @@ func TestCelEstimatedCostStability(t *testing.T) {
2022
"optional.of('a').hasValue()": 2,
2023
"optional.of('a').or(optional.of('a')).hasValue()": 4, // or() is short-circuited
2024
"optional.none().or(optional.of('a')).hasValue()": 4,
2025
- "optional.of('a').optMap(v, v == 'value').hasValue()": 17,
+ "optional.of('a').optMap(v, v == 'value').hasValue()": 18,
2026
"self.obj.?field == optional.of('a')": uint64(1844674407370955268),
2027
"self.obj.?absentField == optional.none()": uint64(1844674407370955268),
2028
"self.obj.?field.orValue('v') == 'a'": 5,
0 commit comments