# 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 reponse 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.
No description provided by the author
# Variables
DefaultAdmissionFns is the default admission control functions registry.
# Structs
AdmissionManager manages admission controllers.
# Type aliases
AdmissionFunc implements an AdmissionReview operation for a GroupVersionResource.