1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/engine/jmespath
Charles-Edouard Brétéché dbbdc1b96c
feat: add image_normalize filter (#6911)
* feat: add image_normalize filter

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

* tests

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

---------

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-04-13 16:13:40 +00:00
..
arithmetic.go refactor: introduce jmespath interface (#6882) 2023-04-13 11:29:40 +00:00
arithmetic_test.go feat: add image_normalize filter (#6911) 2023-04-13 16:13:40 +00:00
error.go fix: add tests for jp arithmetic funcs (#6240) 2023-02-06 15:01:39 +00:00
functionentry.go chore: add a few unit tests for jp functions (#6219) 2023-02-06 06:27:27 +00:00
functionentry_test.go chore: add a few unit tests for jp functions (#6219) 2023-02-06 06:27:27 +00:00
functions.go feat: add image_normalize filter (#6911) 2023-04-13 16:13:40 +00:00
functions_test.go feat: add image_normalize filter (#6911) 2023-04-13 16:13:40 +00:00
interface.go feat: add image_normalize filter (#6911) 2023-04-13 16:13:40 +00:00
new.go feat: add image_normalize filter (#6911) 2023-04-13 16:13:40 +00:00
new_test.go feat: add image_normalize filter (#6911) 2023-04-13 16:13:40 +00:00
time.go feat: add more time jmespath filters (#5950) 2023-01-10 04:40:46 +00:00
time_test.go feat: add image_normalize filter (#6911) 2023-04-13 16:13:40 +00:00
utils.go Added JMESPath filter to_boolean() (#6292) 2023-03-16 12:52:26 +00:00