Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HandlerName is the name of this admission webhook handler. HandlerName = "seedrestriction" // WebhookPath is the HTTP handler path for this admission webhook handler. WebhookPath = "/webhooks/admission/seedrestriction" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶ added in v1.60.0
Handler restricts requests made by gardenlets.
func (*Handler) AddToManager ¶ added in v1.60.0
AddToManager adds Handler to the given manager.
Click to show internal directories.
Click to hide internal directories.