Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HookServer ¶
type HookServer interface { // Serve starts a server Serve(http.ResponseWriter, *http.Request) }
HookServer is an interface defines a server
func NewWebhookServer ¶
func NewWebhookServer(pvcLister v1.PersistentVolumeClaimLister, ignoreKeys []string) HookServer
NewWebhookServer start a new webhook server
Click to show internal directories.
Click to hide internal directories.