Documentation
¶
Index ¶
Constants ¶
View Source
const ( // HandlerName is the name of this authorization webhook handler. HandlerName = "node-agent-authorizer" // WebhookPath is the HTTP handler path for this authorization webhook handler. WebhookPath = "/webhooks/auth/nodeagent" )
Variables ¶
This section is empty.
Functions ¶
func GetNodeAgentIdentity ¶
GetNodeAgentIdentity returns the node name and a boolean which indicates whether the user is a gardener-node-agent.
Types ¶
type Webhook ¶
type Webhook struct { Logger logr.Logger Handler http.Handler Config resourcemanagerconfigv1alpha1.NodeAgentAuthorizerWebhookConfig }
Webhook represents the webhook of node-agent authorizer.
Click to show internal directories.
Click to hide internal directories.