1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 07:26:55 +00:00
kyverno/pkg/engine
Charles-Edouard Brétéché 263fd8a7a8
refactor: introduce image mutation handler (#6735)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-03-31 06:41:48 +00:00
..
anchor Replaces manually written logic with regex for matching anchor elements (#6133) 2023-01-30 12:17:19 +00:00
api refactor: engine responses (#6738) 2023-03-30 11:59:32 +00:00
apicall refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
context fix: replace more refect.DeepEqual (#6674) 2023-03-24 10:01:49 +00:00
handlers refactor: introduce image mutation handler (#6735) 2023-03-31 06:41:48 +00:00
internal refactor: introduce image mutation handler (#6735) 2023-03-31 06:41:48 +00:00
jmespath fix: filter name in add/sum error (#6657) 2023-03-23 08:11:56 -04:00
jsonutils refactor: move util funcs in sub packages (#5754) 2022-12-22 06:39:54 +00:00
mutate remove unused ctx (#6725) 2023-03-29 18:23:29 +00:00
operator fix: change inrange operator regexs (#5962) 2023-01-16 16:23:36 +01:00
pattern test: add pattern pkg unit tests (#6277) 2023-02-10 14:17:36 +08:00
policycontext feat: add operations support in match/exclude (#6658) 2023-03-29 04:22:21 +00:00
resources refactor: introduce engine handler (#6680) 2023-03-24 16:24:00 +00:00
test refactor: reduce store dependency in engine pkg (#6260) 2023-02-08 13:19:56 +00:00
utils feat: add operations support in match/exclude (#6658) 2023-03-29 04:22:21 +00:00
validate update k8s.gcr.io to registry.k8s.io (#6340) 2023-02-20 13:40:12 +00:00
variables refactor: introduce image mutation handler (#6735) 2023-03-31 06:41:48 +00:00
wildcards Replaces manually written logic with regex for matching anchor elements (#6133) 2023-01-30 12:17:19 +00:00
attestation_test.go refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
background.go refactor: engine responses (#6738) 2023-03-30 11:59:32 +00:00
engine.go refactor: introduce image mutation handler (#6735) 2023-03-31 06:41:48 +00:00
exceptions.go refactor: remove rules pointer (#6722) 2023-03-29 17:44:09 +00:00
forceMutate.go remove unused ctx (#6725) 2023-03-29 18:23:29 +00:00
forceMutate_test.go refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
generation.go refactor: engine responses (#6738) 2023-03-30 11:59:32 +00:00
imageVerify.go refactor: introduce image mutation handler (#6735) 2023-03-31 06:41:48 +00:00
imageVerify_test.go fix: no skip result when no image match the rule (#6733) 2023-03-30 15:31:11 +00:00
mutation.go refactor: introduce image mutation handler (#6735) 2023-03-31 06:41:48 +00:00
mutation_test.go feat: add operations support in match/exclude (#6658) 2023-03-29 04:22:21 +00:00
policyContext.go refactor: introduce engine handler (#6680) 2023-03-24 16:24:00 +00:00
validation.go refactor: introduce image mutation handler (#6735) 2023-03-31 06:41:48 +00:00
validation_test.go feat: add operations support in match/exclude (#6658) 2023-03-29 04:22:21 +00:00