Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Flags ¶
func Flags(config *WebhookConfig) []cli.Flag
Types ¶
type WebhookConfig ¶
type WebhookConfig struct { WebhookAuthentication bool WebhookKubeconfig string WebhookURL string CacheTTLSeconds int }
func (*WebhookConfig) MustWebhookMiddleware ¶
func (w *WebhookConfig) MustWebhookMiddleware() auth.Middleware
func (*WebhookConfig) WebhookMiddleware ¶
func (w *WebhookConfig) WebhookMiddleware() (auth.Middleware, error)
Click to show internal directories.
Click to hide internal directories.