UNPKG

@jkcfg/kubernetes

Version:
27 lines 844 B
{ "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#" }