1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/pkg/config
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
..
client.go refactor: split main into sub func (#4810) 2022-10-05 10:58:35 +00:00
client_test.go test: add config package unit tests (#6581) 2023-03-15 22:32:56 +08:00
config.go feat:Webhook config per policy (#9483) 2024-01-27 13:00:22 +00:00
log.go add package logger in files (#4766) 2022-10-02 19:45:03 +00:00
metricsconfig.go fix: allow dropping metrics, labels and configuring histogram bucket boundaries to avoid high cardinality. (#8569) 2023-10-12 09:50:27 +00:00
metricsconfig_test.go fix: allow dropping metrics, labels and configuring histogram bucket boundaries to avoid high cardinality. (#8569) 2023-10-12 09:50:27 +00:00
tls.go feat: allow overriding ca and tls secret names (#8137) 2023-08-28 14:05:49 +00:00
types.go feat: webhook labels (#9015) 2023-12-07 12:58:31 +00:00
types_test.go feat: webhook labels (#9015) 2023-12-07 12:58:31 +00:00