ClusterSelector constructor

ClusterSelector({
  1. Map<String, String>? clusterLabels,
  2. String? zone,
})

Implementation

ClusterSelector({
  this.clusterLabels,
  this.zone,
});