Module list

Source
Expand description

Strategies for merging Vecs.

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

Functionsยง

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