Module k8s_openapi::merge_strategies::map  
source · Expand description
Strategies for merging BTreeMaps.
These correspond to JSONSchemaProps.x-kubernetes-map-type.
Functions
- The whole map is treated as one scalar value, and will be replaced with the new (non-
None) value. - Each value will be merged separately.