Function k8s_openapi::merge_strategies::map::atomic

source ·
pub fn atomic<M>(current: &mut M, new: M)
where M: AsOptMap,
Expand description

The whole map is treated as one scalar value, and will be replaced with the new (non-None) value.