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