This is supported on crate feature
admission only.Expand description
Contains types for implementing admission controllers.
For more information on admission controllers, see: https://kubernetes.io/docs/reference/access-authn-authz/admission-controllers/ https://kubernetes.io/blog/2019/03/21/a-guide-to-kubernetes-admission-controllers/ https://github.com/kubernetes/api/blob/master/admission/v1/types.go
Structs
An incoming AdmissionReview request.
An outgoing AdmissionReview response. Constructed from the corresponding
AdmissionRequest.
The top level struct used for Serializing and Deserializing AdmissionReview requests and responses.
Failed to convert AdmissionReview into AdmissionRequest.
Failed to serialize patch.
Enums
The operation specified in an AdmissionRequest.
The type of patch returned in an AdmissionResponse.