1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/pkg/engine
Charles-Edouard Brétéché 6a0a336755
refactor: return structs instead of pointer in engine api (#6647)
* refactor: return structs instead of pointer in engine api

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-03-22 22:55:00 +08:00
..
anchor Replaces manually written logic with regex for matching anchor elements (#6133) 2023-01-30 12:17:19 +00:00
api refactor: return structs instead of pointer in engine api (#6647) 2023-03-22 22:55:00 +08:00
apicall refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
context refactor: remove MutateResourceWithImageInfo (#6397) 2023-02-27 13:45:00 +00:00
internal fix: remove a couple DeepEqual and fix deletion check bug (#6640) 2023-03-22 04:46:35 +00:00
jmespath Added JMESPath filter to_boolean() (#6292) 2023-03-16 12:52:26 +00: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
resources
test refactor: reduce store dependency in engine pkg (#6260) 2023-02-08 13:19:56 +00:00
utils refactor: merge engine common and utils packages (#6160) 2023-01-30 18:26:35 +00:00
validate update k8s.gcr.io to registry.k8s.io (#6340) 2023-02-20 13:40:12 +00:00
variables feat: apply generate rules on trigger events (#6508) 2023-03-10 17:17:10 +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: return structs instead of pointer in engine api (#6647) 2023-03-22 22:55:00 +08:00
engine.go refactor: return structs instead of pointer in engine api (#6647) 2023-03-22 22:55:00 +08:00
exceptions.go refactor: implement matching based on GVK/subresource (#6633) 2023-03-22 18:18:11 +08: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: return structs instead of pointer in engine api (#6647) 2023-03-22 22:55:00 +08:00
imageVerify.go refactor: implement matching based on GVK/subresource (#6633) 2023-03-22 18:18:11 +08:00
imageVerify_test.go refactor: improve engine logger management (#6280) 2023-02-09 15:15:51 +00:00
imageVerifyValidate.go fix: remove a couple DeepEqual and fix deletion check bug (#6640) 2023-03-22 04:46:35 +00:00
k8smanifest.go refactor: add a few response helpers in engine internal (#6262) 2023-02-09 13:39:38 +00:00
k8smanifest_test.go refactor: move client out of policy context (#6233) 2023-02-07 15:09:15 +00:00
loadtargets.go refactor: do not allow matching with subresource kind (#6625) 2023-03-21 13:28:00 +00:00
loadtargets_test.go
mutation.go refactor: return structs instead of pointer in engine api (#6647) 2023-03-22 22:55:00 +08:00
mutation_test.go refactor: return structs instead of pointer in engine api (#6647) 2023-03-22 22:55:00 +08:00
policyContext.go fix: GVK fallback in policy context (#6648) 2023-03-22 20:07:12 +08:00
utils.go fix: check if resource is empty when matching (#6644) 2023-03-22 12:41:16 +00:00
utils_test.go fix: check if resource is empty when matching (#6644) 2023-03-22 12:41:16 +00:00
validation.go refactor: return structs instead of pointer in engine api (#6647) 2023-03-22 22:55:00 +08:00
validation_test.go refactor: return structs instead of pointer in engine api (#6647) 2023-03-22 22:55:00 +08:00