1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00
kyverno/pkg/config
shuting 9e5c297dcf
feat: add a circuit breaker for updaterequests (#10382)
* feat: add generator abstraction

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

* feat: replace urgenerator

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

* fix: ko build

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

* feat: load threshold from kyverno configmap

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

* feat: add metadata client to get ur count

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

* feat: add helm option to preserve configmap settings during upgrade

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

* feat: add helm option to preserve configmap settings during upgrade 2

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

* chore: rename imports

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

* chore: update codegen manifests

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

* fix: handle nil value

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

* fix: linter issue

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

* chore: update threshold to 1000

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

---------

Signed-off-by: ShutingZhao <shuting@nirmata.com>
2024-06-11 08:54:51 +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: add a circuit breaker for updaterequests (#10382) 2024-06-11 08:54:51 +00: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 Fix: metrics exposure inconsistencies and unwanted side-effects (#10016) 2024-04-22 07:33:04 +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