mutating

package
v1.7.1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2024 License: Apache-2.0 Imports: 13 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// HandlerGetterMap contains admission webhook handlers
	HandlerGetterMap = map[string]types.HandlerGetter{
		"mutate-apps-kruise-io-v1alpha1-broadcastjob": func(mgr manager.Manager) admission.Handler {
			return &BroadcastJobCreateUpdateHandler{Decoder: admission.NewDecoder(mgr.GetScheme())}
		},
	}
)

Functions

This section is empty.

Types

type BroadcastJobCreateUpdateHandler

type BroadcastJobCreateUpdateHandler struct {

	// Decoder decodes objects
	Decoder *admission.Decoder
}

BroadcastJobCreateUpdateHandler handles BroadcastJob

func (*BroadcastJobCreateUpdateHandler) Handle

Handle handles admission requests.

Jump to

Keyboard shortcuts

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