1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/pkg/webhookconfig
shuting c816cf3d69
Add certificate renewer in webhook registration controller (#1692)
* load TLS pair from existing secret, if applicable

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* remove Kyverno managed secrets during shutdown

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* - add certificate renewer; - re-structure certificate package

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* commit un-saved file

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* eliminate throttling requests while registering webhook configs

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* disable webhook monitor (in old pod) during rolling update

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* remove webhook cleanup logic from init container

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* update PR template

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* update link to the website repo

Signed-off-by: Shuting Zhao <shutting06@gmail.com>

* update repo name

Signed-off-by: Shuting Zhao <shutting06@gmail.com>
2021-03-16 11:31:04 -07:00
..
common.go Add certificate renewer in webhook registration controller (#1692) 2021-03-16 11:31:04 -07:00
monitor.go Add certificate renewer in webhook registration controller (#1692) 2021-03-16 11:31:04 -07:00
policy.go update webhook registration and monitor (#1318) 2020-11-26 16:07:06 -08:00
registration.go Add certificate renewer in webhook registration controller (#1692) 2021-03-16 11:31:04 -07:00
registration_test.go update webhook registration and monitor (#1318) 2020-11-26 16:07:06 -08:00
resource.go Fix 1351 - policy report (#1359) 2020-12-04 10:04:46 -08:00
status.go 1319 fix throttling (#1341) 2020-11-30 11:22:20 -08:00