pub fn merge_pod_security_context(
base: &PodSecurityContext,
over: &PodSecurityContext,
) -> PodSecurityContextExpand description
Field-wise overlay of pod [PodSecurityContext] over onto base. Exhaustive
literal for the same reason as merge_security_context.