handler

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2019 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdmissionRequestHandler added in v0.7.0

type AdmissionRequestHandler interface {
	HandleAdmissionRequest(admission.Request) (admission.Response, error)
}

type Handler

type Handler interface {
	Run(buf []byte) ([]byte, error)
}

type InjectionRequestHandler added in v0.7.0

type InjectionRequestHandler interface {
	HandleInjectionRequest(injection.Request) (injection.Response, error)
}

type StateHandler added in v0.7.0

type StateHandler interface {
	HandleState(*state.State) error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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