SchedulingNodeAffinity constructor

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

Implementation

SchedulingNodeAffinity({this.key, this.operator, this.values = const []})
  : super(fullyQualifiedName);