Function k8s_openapi::merge_strategies::list::atomic
source · pub fn atomic<V>(current: &mut V, new: V)where
V: AsOptVec,
Expand description
The whole list is treated as one scalar value, and will be replaced with the new (non-None
) value.