Add support for CEL list library.
Signed-off-by: Cici Huang <cicih@google.com> Kubernetes-commit: 8a42f4ccce5929029334c0262fcd108d5dd33b2f
This commit is contained in:
parent
431e4689d2
commit
ebe750634f
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue