1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/pkg/webhooks
shuting b4f2b63f53
Load mutate.targets via dclient (#3797)
* Load mutate.targets via dclient

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* Do not fail on namespace cleanup for e2e generate

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* Fix wildcard name listing for a certain namespace

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* Rename onPolicyUpdate to mutateExistingOnPolicyUpdate

Signed-off-by: ShutingZhao <shuting@nirmata.com>

* Enable "mutateExistingOnPolicyUpdate" on policy events

Signed-off-by: ShutingZhao <shuting@nirmata.com>

Co-authored-by: Prateek Pandey <prateek.pandey@nirmata.com>
2022-05-06 05:46:36 +00:00
..
handlers refactor: move config controller in controllers package (#3790) 2022-05-04 16:05:03 +00:00
updaterequest Add handler to UR.status (#3791) 2022-05-05 16:26:27 +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 refactor: dclient package (#3775) 2022-05-03 13:30:04 +08:00
generation_test.go bumps k8s libraries for k8s v1.23 upgrade for kyverno (#3043) 2022-01-22 20:26:53 +08:00
handlers.go fix: block policy for missing matched kind (#3733) 2022-04-29 21:53:18 +08:00
metrics.go refactor: metrics package (#3549) 2022-04-07 02:14:13 +08:00
mutation.go - Create events for imageVerify rules (#3710) 2022-04-28 17:51:06 +08:00
policymutation_test.go refactor: use more policy interface (#3510) 2022-03-31 12:14:00 +05:30
report.go cleanup event messages and sources (#3741) 2022-05-02 05:14:32 +00:00
server.go handle duplicate images; use container name as key (#3779) 2022-05-05 14:06:18 -07:00
updaterequest.go Load mutate.targets via dclient (#3797) 2022-05-06 05:46:36 +00:00
validate_audit.go handle duplicate images; use container name as key (#3779) 2022-05-05 14:06:18 -07:00
validation.go - Create events for imageVerify rules (#3710) 2022-04-28 17:51:06 +08:00
validation_test.go refactor: make use of policy interface (#3499) 2022-03-30 18:34:30 +05:30
verify_images.go handle duplicate images; use container name as key (#3779) 2022-05-05 14:06:18 -07:00