Documentation
¶
Index ¶
Constants ¶
View Source
const ( // HandlerName is the name of this authorization webhook handler. HandlerName = "shootauthorizer" // WebhookPath is the HTTP handler path for this authorization webhook handler. WebhookPath = "/webhooks/auth/shoot" )
Variables ¶
This section is empty.
Functions ¶
func NewAuthorizer ¶
func NewAuthorizer(logger logr.Logger, c client.Client, graph graph.Interface, authorizeWithSelectors authorizerwebhook.WithSelectorsChecker) *authorizer
NewAuthorizer returns a new authorizer for requests from gardenlets running in self-hosted shoots.
Types ¶
Click to show internal directories.
Click to hide internal directories.