1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 15:37:19 +00:00
kyverno/pkg/engine/variables
Shubham Singh dbc12ac2be
[Bug] Enabling many-to-one comparisons for AnyNotIn operator (#9462)
* added cases for int, float

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* added bool as well

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* added tests

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* some more tests

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* go fmt

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

* fixed the failing test cases

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>

---------

Signed-off-by: Shubham Singh <shubhammahar1306@gmail.com>
Co-authored-by: shuting <shuting@nirmata.com>
2024-04-22 12:12:08 +00:00
..
operator [Bug] Enabling many-to-one comparisons for AnyNotIn operator (#9462) 2024-04-22 12:12:08 +00:00
regex fix: use ungreedy pattern to process all variables (#8311) 2023-11-14 13:23:28 +00:00
errs.go fix: remove jmespath replace directive (#7726) 2023-07-07 10:22:26 +00:00
evaluate.go lazy evaluate vars in conditions (#7238) 2023-05-20 21:06:54 +00:00
evaluate_test.go lazy evaluate vars in conditions (#7238) 2023-05-20 21:06:54 +00:00
fuzz_test.go feat: add fuzzers from cncf-fuzzing (#8027) 2023-08-16 16:42:37 +00:00
variables_test.go optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00
vars.go optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00
vars_test.go optimize JSON context processing using in-memory maps (#8322) 2023-12-04 07:35:36 +00:00