# Packages

No description provided by the author
No description provided by the author

# Functions

Allowed constructs a response indicating that the given operation is allowed (without any patches).
Denied constructs a response indicating that the given operation is not allowed.
ErrorResponse creates a new Response for error-handling a request.
No description provided by the author
No description provided by the author
No description provided by the author
NewDecoder creates a Decoder given the runtime.Scheme.
Patched constructs a response indicating that the given operation is allowed, and that the target object should be modified by the given JSONPatch operations.
PatchResponseFromRaw takes 2 byte arrays and returns a new response with json patch.
No description provided by the author
ValidationResponse returns a response for admitting a request.

# Structs

Decoder knows how to decode the contents of an admission request into a concrete object.
DefaultHandler can be used for a default implementation of all interface methods.
HTTPHandler represents each individual webhook.
No description provided by the author
Request defines the input for an admission handler.
Response is the output of an admission handler.
No description provided by the author

# Interfaces

No description provided by the author
Interface can handle an AdmissionRequest.

# Type aliases

No description provided by the author
WebhookFunc implements Handler interface using a single function.