webhooks

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2026 License: Apache-2.0 Imports: 32 Imported by: 0

Documentation

Overview

Package webhooks implements the webhook server for the admission webhook.

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,
	enableBehaviorModeling bool,
	bpfExclusiveMode bool,
	metricsModule *metrics.MetricsModule,
	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.

func (*WebhookServer) Run

func (ws *WebhookServer) Run()

Run start the tls server immediately.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL