# Functions
Errored creates a new Response for error-handling a request.
InjectDecoderInto will set decoder on i and return the result if it implements Decoder.
NewDecoder creates a Decoder given the runtime.Scheme.
NewWebhook return a Webhook.
PatchResponseFromRaw takes 2 byte arrays and returns a new response with patch.
Succeeded constructs a response indicating the given operation is handled successfully.
ValidationResponse returns a response for handle a interpret request.
# Constants
1 MiB.
# Interfaces
DecoderInjector is used by the ControllerManager to inject decoder into webhook handlers.
Handler can handle an ResourceInterpreterRequest.