kubernetes v1.37
JSONSchemaProps.x-kubernetes-list-map-keys
x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map. This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). The properties specified must either be required or have a default value, to ensure those properties are present for all list items.
| Field / Type | Description |
|---|---|
JSONSchemaProps.x-kubernetes-list-map-keys | No description provided. |