14
api/openapi-spec/swagger.json
generated
14
api/openapi-spec/swagger.json
generated
@@ -77345,13 +77345,17 @@
|
||||
}
|
||||
},
|
||||
"io.k8s.api.core.v1.NodeSelectorTerm": {
|
||||
"description": "A null or empty node selector term matches no objects.",
|
||||
"required": [
|
||||
"matchExpressions"
|
||||
],
|
||||
"description": "A null or empty node selector term matches no objects. The requirements of them are ANDed.",
|
||||
"properties": {
|
||||
"matchExpressions": {
|
||||
"description": "Required. A list of node selector requirements. The requirements are ANDed.",
|
||||
"description": "A list of node selector requirements by node's labels.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
|
||||
}
|
||||
},
|
||||
"matchFields": {
|
||||
"description": "A list of node selector requirements by node's fields.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
|
||||
|
||||
Reference in New Issue
Block a user