1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 07:57:07 +00:00
kyverno/pkg/webhookconfig
Steven E. Harris f90b982903
Allow use of "pods/binding" subresource (#2721)
For cases where a policy matches the "Bindings" kind in the "core/v1"
API group and version, adjust the pertinent Webhook configuration rule
to use the "pods/binding" subresource.

Doing so allows observing and reacting to the Kubernetes
scheduler (and its "extenders") assigning pods to nodes, before any
other system actors observe that assignment. This is an opportune
moment in between the pod' creation and a kubelet starting it running.

Signed-off-by: Steven E. Harris <seh@panix.com>
2021-11-16 22:26:22 +01:00
..
certmanager.go Dynamic webhooks (#2425) 2021-10-05 00:15:09 -07:00
common.go Fix: Hard-coded ClusterRoleName in OwnerRef breaks (#2718) 2021-11-16 19:32:42 +08:00
configmanager.go Allow use of "pods/binding" subresource (#2721) 2021-11-16 22:26:22 +01:00
monitor.go Dynamic webhooks (#2425) 2021-10-05 00:15:09 -07:00
policy.go Dynamic webhooks (#2425) 2021-10-05 00:15:09 -07:00
registration.go obtain webhook config name dynamically (#2698) 2021-11-08 20:09:19 -08:00
registration_test.go update webhook registration and monitor (#1318) 2020-11-26 16:07:06 -08:00
resource.go Dynamic webhooks (#2425) 2021-10-05 00:15:09 -07:00
status.go feat: HA (#1931) 2021-06-08 12:37:19 -07:00