1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/pkg/webhooks/resource
shuting 7170cbb0c2
feat:Webhook config per policy (#9483)
* add spec.webhookConfigurations

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

* update crd

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

* configure webhook

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

* register webhook handler

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

* skip storing finegrained policies in cache

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

* update resource validate handler

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

* updates

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

* enable mutate resource handler for fine-grained policies

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

* fix: tests

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

---------

Signed-off-by: ShutingZhao <shuting@nirmata.com>
2024-01-27 13:00:22 +00:00
..
generation fix: non-trigger resources should be skipped for background policies regardless of skipBackgroundRequests settings (#9333) 2024-01-04 12:47:58 +02:00
imageverification feat: add a new API group reports.kyverno.io (#9521) 2024-01-26 13:40:29 +00:00
mutation refactor: mutate checks (#9255) 2023-12-22 15:07:17 +02:00
validation feat: add a new API group reports.kyverno.io (#9521) 2024-01-26 13:40:29 +00:00
fake.go fix: set v2beta1 of exceptions the storage version (#9254) 2023-12-22 10:13:58 +00:00
handlers.go feat:Webhook config per policy (#9483) 2024-01-27 13:00:22 +00:00
handlers_test.go refactor: remove more admission request pointers (#6774) 2023-04-04 13:11:18 +08:00
updaterequest.go fix: non-trigger resources should be skipped for background policies regardless of skipBackgroundRequests settings (#9333) 2024-01-04 12:47:58 +02:00
utils.go fix: non-trigger resources should be skipped for background policies regardless of skipBackgroundRequests settings (#9333) 2024-01-04 12:47:58 +02:00
validation_test.go feat: add basic structure for image verify cache (#7890) 2023-08-06 21:54:52 +02:00