Module map

Source
Expand description

Strategies for merging BTreeMaps.

These correspond to JSONSchemaProps.x-kubernetes-map-type.

Functionsยง

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