Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebhookServer ¶
type WebhookServer struct {
// contains filtered or unexported fields
}
WebhookServer contains configured TLS server with MutationWebhook.
func NewWebhookServer ¶
func NewWebhookServer( webhookRegister *webhookconfig.Register, policyCacher *policycacher.PolicyCacher, tlsPair *varmortls.PemPair, addr string, port int, bpfExclusiveMode bool, log logr.Logger, ) (*WebhookServer, error)
func (*WebhookServer) CleanUp ¶
func (ws *WebhookServer) CleanUp()
CleanUp stop the tls server and returns control after the server is shut down.
Click to show internal directories.
Click to hide internal directories.