nodeName property

String? nodeName
final

NodeName is 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.

Implementation

final String? nodeName;