1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/engine/variables/operator
Chandan-DK fc7eb295ef
test: add tests for isAnyNotIn function and lazy evaluate it (#7972)
* Lazy evaluate isAnyNotIn function

Signed-off-by: Chandan-DK <chandandk468@gmail.com>

* Add unit tests

Signed-off-by: Chandan-DK <chandandk468@gmail.com>

* add empty string test and rephrase a test name

Signed-off-by: Chandan-DK <chandandk468@gmail.com>

---------

Signed-off-by: Chandan-DK <chandandk468@gmail.com>
Co-authored-by: Mariam Fahmy <mariam.fahmy@nirmata.com>
Co-authored-by: shuting <shuting@nirmata.com>
2023-09-11 16:10:49 +00:00
..
allin.go feat: enable operator boolean comparison (#7847) 2023-07-19 16:54:33 +00:00
allnotin.go feat: enable operator boolean comparison (#7847) 2023-07-19 16:54:33 +00:00
allnotin_test.go [Chore] Bump to Go 1.20 (#6683) 2023-04-03 11:40:47 +00:00
anyin.go test: add tests for isAnyNotIn function and lazy evaluate it (#7972) 2023-09-11 16:10:49 +00:00
anynotin.go feat: enable operator boolean comparison (#7847) 2023-07-19 16:54:33 +00:00
anynotin_test.go test: add tests for isAnyNotIn function and lazy evaluate it (#7972) 2023-09-11 16:10:49 +00:00
duration.go Added appropriate logging levels to log.Info() calls wherever necessary (#4341) 2022-08-18 13:24:59 +00:00
equal.go fix: replace more refect.DeepEqual (#6674) 2023-03-24 10:01:49 +00:00
in.go feat: enable operator boolean comparison (#7847) 2023-07-19 16:54:33 +00:00
notequal.go fix: replace more refect.DeepEqual (#6674) 2023-03-24 10:01:49 +00:00
notin.go feat: enable operator boolean comparison (#7847) 2023-07-19 16:54:33 +00:00
numeric.go Added appropriate logging levels to log.Info() calls wherever necessary (#4341) 2022-08-18 13:24:59 +00:00
operator.go Added appropriate logging levels to log.Info() calls wherever necessary (#4341) 2022-08-18 13:24:59 +00:00