types

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 14, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	admission.Handler
	Path() string
	Enabled() bool
}

type HandlerGetter

type HandlerGetter = func(manager.Manager) Handler

type Response

type Response struct {
	Result  Result
	Message string
}

type Result

type Result int
const (
	Skip Result = iota
	Patch
	Deny
)

Jump to

Keyboard shortcuts

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