validator

package
v0.24.3 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Deserializer = codecs.UniversalDeserializer()
)

Functions

func Handler

func Handler(validator Validator) http.HandlerFunc

Types

type Validator

type Validator interface {
	Debugf(ctx context.Context, format string, params ...interface{})
	Errorf(ctx context.Context, err error, format string, params ...interface{})
	Resource() string
	Validate(review *admissionv1.AdmissionRequest) (bool, error)
}

Jump to

Keyboard shortcuts

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