Merge pull request #119962 from pohly/dra-api-list-type

api: change list type for node lists in PodSchedulingContext
This commit is contained in:
Kubernetes Prow Robot
2023-08-23 09:35:28 -07:00
committed by GitHub
6 changed files with 12 additions and 12 deletions

View File

@@ -42375,7 +42375,7 @@ func schema_k8sio_api_resource_v1alpha2_PodSchedulingContextSpec(ref common.Refe
"potentialNodes": {
VendorExtensible: spec.VendorExtensible{
Extensions: spec.Extensions{
"x-kubernetes-list-type": "set",
"x-kubernetes-list-type": "atomic",
},
},
SchemaProps: spec.SchemaProps{
@@ -42636,7 +42636,7 @@ func schema_k8sio_api_resource_v1alpha2_ResourceClaimSchedulingStatus(ref common
"unsuitableNodes": {
VendorExtensible: spec.VendorExtensible{
Extensions: spec.Extensions{
"x-kubernetes-list-type": "set",
"x-kubernetes-list-type": "atomic",
},
},
SchemaProps: spec.SchemaProps{