1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/webhooks
shuting a45986c04d
Set policy kind to generate events in the webhook (#3726)
* remove mutateExisting field

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

* update policy controller to create UR for generate

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

* remove debug log

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

* - Update api docs
- Ignore e2e tests cleanup failure

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

* Add back index to helm template

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

* Set policy kind to generate events in the webhook

Signed-off-by: ShutingZhao <shuting@nirmata.com>
2022-04-29 05:50:55 +00:00
..
generate Optimize UR listing on policy events (#3712) 2022-04-28 10:29:48 +00:00
handlers feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
updaterequest Optimize UR listing on policy events (#3712) 2022-04-28 10:29:48 +00: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 Optimize UR listing on policy events (#3712) 2022-04-28 10:29:48 +00: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 Verify digest (#3679) 2022-04-27 15:09:52 +00: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 Set policy kind to generate events in the webhook (#3726) 2022-04-29 05:50:55 +00:00
server.go Fix issue pod should not be ready until the policy cache loaded (#3646) 2022-04-26 06:26:46 +00:00
updaterequest.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00:00
validate_audit.go feat: mutate existing resources (#3669) 2022-04-25 12:20:40 +00: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 - Create events for imageVerify rules (#3710) 2022-04-28 17:51:06 +08:00