nodeAffinity property

VolumeNodeAffinity? nodeAffinity
final

nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume.

Implementation

final VolumeNodeAffinity? nodeAffinity;