1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 01:16:55 +00:00
kyverno/pkg/webhooks
Prateek Pandey 55f26601c7
fix: use policyName key to get the policy name (#4113)
In case of namespace policy `ur.spec.policy`
contains namespace/policy-name combinations, hence
can't be used to set the policy name label.

Signed-off-by: prateekpandey14 <prateek.pandey@nirmata.com>
2022-06-17 00:56:54 +08:00
..
handlers refactor: move config controller in controllers package (#3790) 2022-05-04 16:05:03 +00:00
updaterequest fix: use policyName key to get the policy name (#4113) 2022-06-17 00:56:54 +08:00
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 Cherry pick #4007 #4008 (#4020) 2022-05-25 08:15:59 +00:00
metrics.go refactor: imported pkg redeclared and a few other unused func (#3827) 2022-05-07 16:44:57 +00: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 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 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