Skip to main content

merge_pod_security_context

Function merge_pod_security_context 

Source
pub fn merge_pod_security_context(
    base: &PodSecurityContext,
    over: &PodSecurityContext,
) -> PodSecurityContext
Expand description

Field-wise overlay of pod [PodSecurityContext] over onto base. Exhaustive literal for the same reason as merge_security_context.