Open
Description
> The use case is that I need to parse again the AdmissionRequest from Request.Body to perform further checks in the validating/mutating phase.
Would it make more sense for the AdmissionRequest
go object to be on the context - instead of having the raw request body and parsing it again yourself?
Originally posted by @dprotaso in #2583 (comment)