# Packages

Package builder provides methods to build admission webhooks.
No description provided by the author

# Functions

ErrorResponse creates a new Response for error-handling a request.
NewDecoder creates a Decoder given the runtime.Scheme.
PatchResponse returns a new response with json patch.
ValidationResponse returns a response for admitting a request.

# Structs

Webhook represents each individual webhook.

# Interfaces

Handler can handle an AdmissionRequest.

# Type aliases

DecodeFunc is a function that implements the Decoder interface.
HandlerFunc implements Handler interface using a single function.