Documentation
¶
Overview ¶
Package hook contains structures and interfaces for implementing admission webhooks handlers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
Create AdmitFunc
Delete AdmitFunc
Update AdmitFunc
Connect AdmitFunc
ErrorChan chan<- error
Store types.ResourceStore
}
Handler represents the set of functions for each operation in an admission webhook.
type Request ¶
type Request = v1.AdmissionRequest
Click to show internal directories.
Click to hide internal directories.