@jkcfg/kubernetes
Version:
jk Kubernetes library
27 lines • 844 B
JSON
{
"description": "A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm.",
"properties": {
"matchExpressions": {
"description": "A list of node selector requirements by node's labels.",
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
},
"type": [
"array",
"null"
]
},
"matchFields": {
"description": "A list of node selector requirements by node's fields.",
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement"
},
"type": [
"array",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}