package
3.6.0-alpha.1+incompatible
Repository: https://github.com/tangle329/origin.git
Documentation: pkg.go.dev
# Functions
NewHTTPWebHook creates an adapter that implements rest.Connector for the given http.Handler.
NewWebHook creates an adapter that implements rest.Connector for the given HookHandler.
# Structs
WebHook provides a reusable rest.Storage implementation for linking a generic WebHook handler into the Kube API pattern.
WebHookHandler responds to web hook requests from the master.
# Interfaces
HookHandler is a Kubernetes API compatible webhook that is able to get access to the raw request and response.