Cloud API Overview > @adpt/cloud > k8s > PodProps > nodeName
k8s.PodProps.nodeName property
A request to schedule this pod onto a specific node.
If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements.
Signature:
nodeName?: string;