# Functions

NewContextWithRequestPath augments the given context with the request's path.
RequestPathFromContext returns the request's path stored in the given context.
RingForRequest returns the Ring object matching the requests' path.
RingForWebhookPath returns the ring object that is associated with the given webhook handler path.
WebhookPathFor returns the webhook handler path that should be used for implementing the given ring object.

# Constants

HandlerName is the name of the webhook handler.
WebhookPathPrefix is the path prefix at which the handler should be registered.

# Structs

Handler handles admission requests and invalidates the static token in Secret resources related to ServiceAccounts.