webhook

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(mgr controllerruntime.Manager, webhookList ...Webhook) error

Types

type Func

type Func func(ctx context.Context, req admission.Request) admission.Response

type Handler

type Handler interface {
	OnCreate(client client.Client, decoder *admission.Decoder) Func
	OnDelete(client client.Client, decoder *admission.Decoder) Func
	OnUpdate(client client.Client, decoder *admission.Decoder) Func
}

type Webhook

type Webhook interface {
	GetName() string
	GetPath() string
	GetHandler() Handler
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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