Documentation ¶
Overview ¶
Package webhook implements the audit.Backend interface using HTTP webhooks.
Index ¶
Constants ¶
View Source
const ( // PluginName is the name of this plugin, to be used in help and logs. PluginName = "webhook" // DefaultInitialBackoff is the default amount of time to wait before // retrying sending audit events through a webhook. DefaultInitialBackoff = 10 * time.Second )
Variables ¶
This section is empty.
Functions ¶
func NewBackend ¶
func NewBackend(kubeConfigFile string, groupVersion schema.GroupVersion, initialBackoff time.Duration) (audit.Backend, error)
NewBackend returns an audit backend that sends events over HTTP to an external service.
func NewDynamicBackend ¶
NewDynamicBackend returns an audit backend configured from a REST client that sends events over HTTP to an external service.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.