Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HandlerName is the name of the webhook handler. HandlerName = "token-invalidator" // WebhookPath is the path at which the handler should be registered. WebhookPath = "/webhooks/invalidate-service-account-token-secret" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶ added in v1.59.0
Handler handles admission requests and invalidates the static token in Secret resources related to ServiceAccounts.
func (*Handler) AddToManager ¶ added in v1.59.0
AddToManager adds Handler to the given manager.
Click to show internal directories.
Click to hide internal directories.