Resource claims should be a map type

This commit is contained in:
Joel Speed
2022-12-19 16:02:02 +00:00
parent 239f0049f6
commit e50e8a0c91
8 changed files with 26 additions and 7 deletions

View File

@@ -25052,7 +25052,10 @@ func schema_k8sio_api_core_v1_ResourceRequirements(ref common.ReferenceCallback)
"claims": {
VendorExtensible: spec.VendorExtensible{
Extensions: spec.Extensions{
"x-kubernetes-list-type": "set",
"x-kubernetes-list-map-keys": []interface{}{
"name",
},
"x-kubernetes-list-type": "map",
},
},
SchemaProps: spec.SchemaProps{