1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/pkg/engine/variables/operator
Anushka Mittal 08a3087100
New operators (#2543)
* added anyin operator

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* allin, anynotin, allnotin added

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* added operator handler info

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* fixes typos and variable names

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* reusing code from in.go in new operators

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* Added more test cases for new operators

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* updated openapiv3schema

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* matching logic

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>

* added deprecated tag for In and NotIn

Signed-off-by: anushkamittal20 <anumittal4641@gmail.com>
2021-10-26 17:29:42 -07:00
..
allin.go New operators (#2543) 2021-10-26 17:29:42 -07:00
allnotin.go New operators (#2543) 2021-10-26 17:29:42 -07:00
anyin.go New operators (#2543) 2021-10-26 17:29:42 -07:00
anynotin.go New operators (#2543) 2021-10-26 17:29:42 -07:00
duration.go Format error messages correctly (#2519) 2021-10-12 14:29:20 -07:00
equal.go add special variable substitution logic for preconditions (#1930) 2021-07-28 09:54:50 -07:00
in.go New operators (#2543) 2021-10-26 17:29:42 -07:00
notequal.go add special variable substitution logic for preconditions (#1930) 2021-07-28 09:54:50 -07:00
notin.go New operators (#2543) 2021-10-26 17:29:42 -07:00
numeric.go Handle durations with standard comparison operators (#2569) 2021-10-22 12:41:25 -07:00
operator.go New operators (#2543) 2021-10-26 17:29:42 -07:00