1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 09:26:54 +00:00
kyverno/pkg/engine/variables/operator
Arsh Sharma 86879bd267
feat(operators): supporting subset checking (#1613)
* fix(operators): supporting subset checking

Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>

* fix(operators): removed print statement

Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>

* test(operators): added test file for in

Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>

* fix(operators): fixed switching

Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>

* tests(operators): completed tests for In and NotIn

Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>

* chore(operators): code cleanup

Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>

* chore(operators): added comments for tests

Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>

* fix(operators): changed logic based on new definitions

Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>

* test: updated NotIn tests

Signed-off-by: Arsh Sharma <arshsharma461@gmail.com>
2021-02-26 10:53:54 -08:00
..
equal.go fix wildcard match 2020-11-29 00:35:33 -08:00
in.go feat(operators): supporting subset checking (#1613) 2021-02-26 10:53:54 -08:00
notequal.go fix wildcard match 2020-11-29 00:35:33 -08:00
notin.go feat(operators): supporting subset checking (#1613) 2021-02-26 10:53:54 -08:00
numeric.go added: generic NumericOperator to handle numeric operations for kyverno policies (#1536) 2021-02-05 19:49:23 -08:00
operator.go added: generic NumericOperator to handle numeric operations for kyverno policies (#1536) 2021-02-05 19:49:23 -08:00