package
2.7.0
Repository: https://github.com/slok/kubewebhook.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewMeasuredWebhook returns a wrapped webhook that will measure the webhook operations.
NewTracedWebhook returns a wrapped webhook that will trace the webhook operations.

# Constants

NoopMetricsRecorder is a no-op metrics recorder.

# Structs

MeasureMutatingOpData is the data to measure webhook mutating operation data.
MeasureOpCommonData is the measuring data used to measure a webhook operation.
MeasureValidatingOpData is the data to measure webhook validating operation data.

# Interfaces

MetricsRecorder knows how to record webhook recorder metrics.
Webhook knows how to handle the admission reviews, in other words Webhook is a dynamic admission webhook for Kubernetes.