nodeAffinities property

List<SchedulingNodeAffinity>? nodeAffinities
getter/setter pair

A set of node affinity and anti-affinity configurations.

Refer to Configuring node affinity for more information. Overrides reservationAffinity.

Implementation

core.List<SchedulingNodeAffinity>? nodeAffinities;