availableOnNodes property

NodeSelector? availableOnNodes
final

This field will get set by the resource driver after it has allocated the resource to inform the scheduler where it can schedule Pods using the ResourceClaim.

Setting this field is optional. If null, the resource is available everywhere.

Implementation

final NodeSelector? availableOnNodes;