Cloud API Overview > @adpt/cloud > k8s > PodProps > nodeSelector
k8s.PodProps.nodeSelector property
A selector which must be true for the pod to fit on a node.
Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
Signature:
nodeSelector?: {
[label: string]: boolean | string;
};