# Functions
AllowResponse returns a new response for admitting a request.
Decode reads the Raw data from review and deserializes it into object returning a non-nil response if there was an error.
DenyResponse returns a new response for denying a request.
ErrorResponse creates a new AdmissionResponse for an error handling the request.
HandleFunc registers fn as an admission control webhook callback for the group,version,resources specified.
ListenAndServeTLS starts the admission HttpServer.
# Variables
DefaultAdmissionFns is the default admission control functions registry.
# Type aliases
Func implements an AdmissionReview operation for a GroupVersionResource.