1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-04-07 01:33:31 +00:00
kyverno/pkg/engine
Charles-Edouard Brétéché 40ac8eb863
feat: add context/preconditions support to mutate existing ()
* refactor: engine handlers

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>

* feat: add context/preconditions support to mutate existing

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>

* kuttl

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>

* readme

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

* fix and context kuttl test

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>

* validation

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>

* final 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>
Co-authored-by: shuting <shuting@nirmata.com>
2023-04-03 19:58:58 +00:00
..
anchor Replaces manually written logic with regex for matching anchor elements () 2023-01-30 12:17:19 +00:00
api refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
apicall [Chore] Bump to Go 1.20 () 2023-04-03 11:40:47 +00:00
context fix: replace more refect.DeepEqual () 2023-03-24 10:01:49 +00:00
handlers feat: add context/preconditions support to mutate existing () 2023-04-03 19:58:58 +00:00
internal refactor: introduce image mutation handler () 2023-03-31 06:41:48 +00:00
jmespath [Chore] Bump to Go 1.20 () 2023-04-03 11:40:47 +00:00
jsonutils refactor: move util funcs in sub packages () 2022-12-22 06:39:54 +00:00
mutate remove unused ctx () 2023-03-29 18:23:29 +00:00
operator fix: change inrange operator regexs () 2023-01-16 16:23:36 +01:00
pattern test: add pattern pkg unit tests () 2023-02-10 14:17:36 +08:00
policycontext feat: add operations support in match/exclude () 2023-03-29 04:22:21 +00:00
resources refactor: introduce engine handler () 2023-03-24 16:24:00 +00:00
test refactor: reduce store dependency in engine pkg () 2023-02-08 13:19:56 +00:00
utils feat: add operations support in match/exclude () 2023-03-29 04:22:21 +00:00
validate update k8s.gcr.io to registry.k8s.io () 2023-02-20 13:40:12 +00:00
variables [Chore] Bump to Go 1.20 () 2023-04-03 11:40:47 +00:00
wildcards Replaces manually written logic with regex for matching anchor elements () 2023-01-30 12:17:19 +00:00
attestation_test.go refactor: improve engine logger management () 2023-02-09 15:15:51 +00:00
background.go refactor: engine responses () 2023-03-30 11:59:32 +00:00
engine.go feat: add context/preconditions support to mutate existing () 2023-04-03 19:58:58 +00:00
exceptions.go refactor: remove rules pointer () 2023-03-29 17:44:09 +00:00
forceMutate.go remove unused ctx () 2023-03-29 18:23:29 +00:00
forceMutate_test.go refactor: improve engine logger management () 2023-02-09 15:15:51 +00:00
generation.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
image_verify.go feat: add context/preconditions support to mutate existing () 2023-04-03 19:58:58 +00:00
image_verify_test.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
mutation.go feat: add context/preconditions support to mutate existing () 2023-04-03 19:58:58 +00:00
mutation_test.go feat: add operations support in match/exclude () 2023-03-29 04:22:21 +00:00
policy_context.go refactor: don't process context/preconditions in invokeHandler () 2023-04-03 12:57:48 +08:00
validation.go feat: add context/preconditions support to mutate existing () 2023-04-03 19:58:58 +00:00
validation_test.go feat: add operations support in match/exclude () 2023-03-29 04:22:21 +00:00