# Functions
NewMutator creates a new Mutator and the provided metering.Summary for metering.
NewUnmarshalReqObj creates a new UnmarshalReqObj using a new runtime.Scheme.
NewValidator creates a new Validator.
# Constants
TypeMutation marks a handler mutation.
TypeOther marks a handler which does neither (like unmarshalling).
TypeValidation marks a handler for validation.
# Interfaces
AdmissionReview is a handler for v1beta1.AdmissionReview.
Mutator is a AdmissionReview for mutating an object in v1beta1.AdmissionRequest.
UnmarshalReqObj is an AdmissionReview which handles the deserialization of the object in v1beta1.AdmissionRequest.
Validator is an AdmissionReview for validating an object in v1beta1.AdmissionRequest.
# Type aliases
Type denotes a type name for the handler.