SchedulingNodeAffinity constructor

SchedulingNodeAffinity({
  1. String? key,
  2. String? operator,
  3. List<String>? values,
})

Implementation

SchedulingNodeAffinity({
  this.key,
  this.operator,
  this.values,
});