pub fn mutate_pod_spec_from_request<T: Default>(
    validation_request: ValidationRequest<T>,
    pod_spec: PodSpec
) -> CallResult
Expand description

Update the pod sec from the resource defined in the original object and create an acceptance response.

§Arguments

  • validation_request - the original admission request
  • pod_spec - new PodSpec to be set in the response