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

@@ -219,7 +219,7 @@
"type": "string"
},
"type": "array",
"x-kubernetes-list-type": "set"
"x-kubernetes-list-type": "atomic"
},
"selectedNode": {
"description": "SelectedNode is the node for which allocation of ResourceClaims that are referenced by the Pod and that use \"WaitForFirstConsumer\" allocation is to be attempted.",
@@ -414,7 +414,7 @@
"type": "string"
},
"type": "array",
"x-kubernetes-list-type": "set"
"x-kubernetes-list-type": "atomic"
}
},
"type": "object"