Add support for CEL list library.

Signed-off-by: Cici Huang <cicih@google.com>

Kubernetes-commit: 8a42f4ccce5929029334c0262fcd108d5dd33b2f
This commit is contained in:
cici37 2025-05-07 07:41:31 -07:00 committed by Kubernetes Publisher
parent 431e4689d2
commit ebe750634f
1 changed files with 7 additions and 0 deletions

View File

@ -183,6 +183,13 @@ var baseOptsWithoutStrictCost = []VersionedOptions{
library.SemverLib(library.SemverVersion(1)),
},
},
// List library
{
IntroducedVersion: version.MajorMinor(1, 34),
EnvOptions: []cel.EnvOption{
ext.Lists(ext.ListsVersion(3)),
},
},
}
var (