webhook

package
v0.1.0-rc1 Latest Latest
Warning

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

Go to latest
Published: May 31, 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(manager 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
}

Jump to

Keyboard shortcuts

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