Module admission

Source
Available on crate features client and admission only.
Expand description

Structs§

AdmissionRequest
An incoming AdmissionReview request.
AdmissionResponse
An outgoing AdmissionReview response. Constructed from the corresponding AdmissionRequest.
AdmissionReview
The top level struct used for Serializing and Deserializing AdmissionReview requests and responses.
ConvertAdmissionReviewError
Failed to convert AdmissionReview into AdmissionRequest.
SerializePatchError
Failed to serialize patch.

Enums§

Operation
The operation specified in an AdmissionRequest.
PatchType
The type of patch returned in an AdmissionResponse.

Constants§

META_API_VERSION_V1
The api_version field in TypeMeta on the v1 version.
META_API_VERSION_V1BETA1
The api_version field in TypeMeta on the v1beta1 version.
META_KIND
The kind field in TypeMeta.