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 7b1c7c6 commit 8a3d0d6Copy full SHA for 8a3d0d6
staging/src/k8s.io/apiserver/pkg/cel/environment/base.go
@@ -173,7 +173,7 @@ var baseOptsWithoutStrictCost = []VersionedOptions{
173
{
174
IntroducedVersion: version.MajorMinor(1, 32),
175
EnvOptions: []cel.EnvOption{
176
- UnversionedLib(ext.TwoVarComprehensions),
+ ext.TwoVarComprehensions(),
177
},
178
179
}
0 commit comments