1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/pkg/webhooks
Thomas Hartland 101ba33020
Only set up logging context if it will be used (#4213)
This change is applied in two areas in the admission
handler that had high heap allocations seen in profiling.

Signed-off-by: Thomas Hartland <thomas.hartland@diamond.ac.uk>

Co-authored-by: Prateek Pandey <prateek.pandey@nirmata.com>
2022-07-14 15:44:13 +08:00
..
handlers Only set up logging context if it will be used (#4213) 2022-07-14 15:44:13 +08:00
updaterequest Fix UpdateRequest labeling (#4199) 2022-07-12 18:40:05 +05:30
annotations.go fix: annotation path (#3547) 2022-04-04 21:48:22 +00:00
common.go - Create events for imageVerify rules (#3710) 2022-04-28 17:51:06 +08:00
generation.go Cherry-pick #4022 (#4033) 2022-05-30 09:26:03 +05:30
generation_test.go bumps k8s libraries for k8s v1.23 upgrade for kyverno (#3043) 2022-01-22 20:26:53 +08:00
handlers.go Release 1.7 (#4200) 2022-07-10 20:00:00 -07:00
metrics.go refactor: imported pkg redeclared and a few other unused func (#3827) 2022-05-07 16:44:57 +00:00
mutation.go Re-implement #4159 (#4165) 2022-06-28 09:54:22 +00:00
policymutation_test.go refactor: use more policy interface (#3510) 2022-03-31 12:14:00 +05:30
report.go Cherry-pick #4138 to 1.7 (#4160) 2022-06-28 11:56:45 +08:00
server.go fix: stop mutation policies when autogen internals is enabled (#4004,#4009,#3996) (#4016) 2022-05-25 12:14:40 +08:00
updaterequest.go Cleanup the UR for mutate policies once it's completed (#3923) 2022-05-16 04:45:44 +00:00
validate_audit.go Cherry pick #4155 (#4164) 2022-06-28 09:27:34 +00:00
validation.go Re-implement #4159 (#4165) 2022-06-28 09:54:22 +00:00
validation_test.go refactor: make use of policy interface (#3499) 2022-03-30 18:34:30 +05:30
verify_images.go Re-implement #4159 (#4165) 2022-06-28 09:54:22 +00:00