ResourceSelector constructor

ResourceSelector({
  1. GroupKind? groupKind,
  2. Map<String, String>? labels,
  3. String? name,
  4. String? namespace,
})

Implementation

ResourceSelector({this.groupKind, this.labels, this.name, this.namespace});