Versions in this module Expand all Collapse all v0 v0.0.2 Jan 31, 2024 v0.0.1 Nov 3, 2023 Changes in this version + func AddToMgr(mgr manager.Manager, adapter WebhookAdapter) error + type PodResourceConsistWebhook struct + func NewPodResourceConsistWebhook(cli client.Client, decoder *admission.Decoder, adapter WebhookAdapter) *PodResourceConsistWebhook + func (r *PodResourceConsistWebhook) Handle(ctx context.Context, req admission.Request) admission.Response + func (r *PodResourceConsistWebhook) Mutating(ctx context.Context, newPod *corev1.Pod, operation admissionv1.Operation) error + type WebhookAdapter interface + GetEmployersByEmployee func(ctx context.Context, employee client.Object, client client.Client) ([]client.Object, error) + Name func() string