unsuitableNodes property

List<String>? unsuitableNodes
final

UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for.

The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.

Implementation

final List<String>? unsuitableNodes;