# 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.
# 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.