suitableNodes property

NodeSelector? suitableNodes
final

Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet.

Setting this field is optional. If null, all nodes are candidates.

Implementation

final NodeSelector? suitableNodes;