1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/pkg/policy
Charles-Edouard Brétéché 544fe04508
refactor: introduce jmespath interface ()
* refactor: introduce jmespath interface

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

* fix

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

* fix

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

* fix

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

* fix

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

* fix

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 11:29:40 +00:00
..
common Replaces manually written logic with regex for matching anchor elements () 2023-01-30 12:17:19 +00:00
generate fix: auth check the generate policy when use variables in name/namespace () 2023-04-13 07:38:47 +00:00
mutate feat: add context/preconditions support to mutate existing () 2023-04-03 19:58:58 +00:00
validate fix: block generate policies when lack of permission to operate downstream resources () 2023-03-22 13:14:57 +00:00
actions.go fix: block generate policies when lack of permission to operate downstream resources () 2023-03-22 13:14:57 +00:00
allowed_vars_test.go Add JMESPath support to imageExtractors () 2023-02-08 11:54:59 +00:00
background.go Nested foreach () 2022-12-12 15:20:20 +00:00
background_test.go refactor: simplify variables regex () 2022-10-21 11:51:14 +08:00
generate.go refactor: introduce jmespath interface () 2023-04-13 11:29:40 +00:00
mutate.go refactor: introduce jmespath interface () 2023-04-13 11:29:40 +00:00
on_update_policy_test.go refactor: simplify variables regex () 2022-10-21 11:51:14 +08:00
policy_controller.go refactor: introduce jmespath interface () 2023-04-13 11:29:40 +00:00
updaterequest.go fix: delete downstream for a generate rule removal, with data and sync () 2023-03-01 03:48:18 +00:00
utils.go fix: background scan events () 2023-01-04 13:15:30 +08:00
utils_test.go tests: add unit tests for utils functions () 2022-05-10 13:45:48 +00:00
validate.go fix: Support subresources as the trigger in generate rules () 2023-04-04 11:01:06 +00:00
validate_test.go feat: validate immutable fields for a generate rule - 2 () 2023-03-10 14:39:44 +00:00