potentialNodes property

List<String>? potentialNodes
final

PotentialNodes lists nodes where the Pod might be able to run.

The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.

Implementation

final List<String>? potentialNodes;