1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/webhookconfig
Thomas Hartland 36f532840d
Only queue one retry if webhook update fails (#3353)
Queueing two retries can lead to exponential growth.

Adding a delay before the retry should reduce the number
of failed attempts to update webhooks.

Signed-off-by: Thomas Hartland <thomas.hartland@diamond.ac.uk>

Co-authored-by: Prateek Pandey <prateekpandey14@gmail.com>
Co-authored-by: shuting <shuting@nirmata.com>
2022-03-16 12:08:03 +00:00
..
certmanager.go Dynamic webhooks (#2425) 2021-10-05 00:15:09 -07:00
common.go Added Kyverno specific SharedInformerFactory (#2987) 2022-01-18 15:52:48 +00:00
configmanager.go feat: add rules to status (#3376) 2022-03-15 14:49:16 +00:00
monitor.go Support namespaceSelector with dynamic webhook enabled (#2953) 2022-01-19 07:59:08 +00:00
policy.go Dynamic webhooks (#2425) 2021-10-05 00:15:09 -07:00
registration.go Only queue one retry if webhook update fails (#3353) 2022-03-16 12:08:03 +00:00
registration_test.go update webhook registration and monitor (#1318) 2020-11-26 16:07:06 -08:00
resource.go SharedInformers for WebhookConfigurations (#3007) 2022-01-19 15:57:32 +00:00
status.go feat: HA (#1931) 2021-06-08 12:37:19 -07:00