1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00
kyverno/pkg/engine
Charles-Edouard Brétéché c7192912fa
refactor: add preconditions check to engine invokeHandler (#6721)
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
2023-03-29 13:33:02 +00:00
..
anchor Replaces manually written logic with regex for matching anchor elements (#6133) 2023-01-30 12:17:19 +00:00
api feat: add operations support in match/exclude (#6658) 2023-03-29 04:22:21 +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 feat: add operations support in match/exclude (#6658) 2023-03-29 04:22:21 +00:00
internal refactor: engine matching/filtering (#6289) 2023-03-24 00:03:40 +08: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 refactor: make engine stats standard fields (#6301) 2023-02-10 11:35:55 -08: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 fix: replace more refect.DeepEqual (#6674) 2023-03-24 10:01:49 +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 feat: add operations support in match/exclude (#6658) 2023-03-29 04:22:21 +00:00
engine.go refactor: add preconditions check to engine invokeHandler (#6721) 2023-03-29 13:33:02 +00:00
exceptions.go refactor: make use of handlers in engine validation (#6704) 2023-03-28 07:47:53 +02:00
forceMutate.go refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
forceMutate_test.go refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
generation.go refactor: engine matching/filtering (#6289) 2023-03-24 00:03:40 +08:00
imageVerify.go refactor: make use of handlers in engine validation (#6704) 2023-03-28 07:47:53 +02:00
imageVerify_test.go feat: add operations support in match/exclude (#6658) 2023-03-29 04:22:21 +00:00
mutation.go refactor: make use of handlers in engine validation (#6704) 2023-03-28 07:47:53 +02: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: make use of handlers in engine validation (#6704) 2023-03-28 07:47:53 +02:00
validation_test.go feat: add operations support in match/exclude (#6658) 2023-03-29 04:22:21 +00:00