package
0.0.2
Repository: https://github.com/kubernot/wrangler.git
Documentation: pkg.go.dev

# Functions

NewRouter returns a newly allocated Router.

# Structs

Request wrapper for an AdmissionRequest.
Response a wrapper for AdmissionResponses object.
RouteMatch type matching of admission Request to Handlers.
Router manages request and the calling of matching handlers.

# Interfaces

The Handler type is an adapter to allow admission checking on a given request.

# Type aliases

HandlerFunc type is used to add regular functions as Handler.