Versions in this module Expand all Collapse all v0 v0.0.2 Jun 22, 2023 Changes in this version + const RequestsTotal + var RequestsTotalMetrics = promauto.NewCounterVec(prometheus.CounterOpts{ ... }, []string{ ... }) v0.0.1 Jun 9, 2023 Changes in this version + func CreateOrUpdateMutatingWebhookConfig(k8sClient kubernetes.Interface, webhookConfig config.WebhookConfig, ...) error + type DAPWebhook struct + func NewDAPWebhook(k8sClientSet kubernetes.Interface, mlpClient client.MLPClient, ...) DAPWebhook + func (pm *DAPWebhook) Mutate(ar v1.AdmissionReview) *v1.AdmissionResponse