1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/config
shuting 97ed53f6bb
feat: register webhook configurations for validatingpolicies (#11892)
* feat: add spec.webhookConfiguration

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

* chore: refactor build webhook for kyverno policies

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

* chore: update yamls

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

* chore: add listers

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

* feat: update api

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

* chore: remove matchPolicy

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

* chore: update crd yaml

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

* chore: add short name

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

* chore: update deepcopy

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

* chore: upadte spec

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

* chore: fix description

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

* chore: add missing files

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

* feat: register webhook for validatingpolicies

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

* chore: fix import

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

* chore: add unit tests

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

* chore: update docs

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

* chore: update manifests

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

* chore: update unit tests

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

* chore: update manifests

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

---------

Signed-off-by: ShutingZhao <shuting@nirmata.com>
2025-01-17 11:33:47 +02:00
..
client.go Set the UserAgent in client-go based calls to kube-apiserver (#11569) 2024-11-12 09:34:32 +00:00
client_test.go test: add config package unit tests (#6581) 2023-03-15 22:32:56 +08:00
config.go feat: register webhook configurations for validatingpolicies (#11892) 2025-01-17 11:33:47 +02:00
log.go add package logger in files (#4766) 2022-10-02 19:45:03 +00:00
metricsconfig.go Fix: metrics exposure inconsistencies and unwanted side-effects (#10016) 2024-04-22 07:33:04 +00:00
metricsconfig_test.go chore: use ptr package (#11346) 2024-10-07 14:10:20 +00:00
tls.go feat: allow overriding ca and tls secret names (#8137) 2023-08-28 14:05:49 +00:00
types.go fix: use webhook object instead of a list (#11516) 2024-11-04 10:19:35 +00:00
types_test.go chore: use ptr package (#11346) 2024-10-07 14:10:20 +00:00