k8s_openapi::merge_strategies

Module 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.