JobPlacement constructor

JobPlacement({
  1. Map<String, String>? clusterLabels,
  2. String? clusterName,
  3. String? clusterUuid,
})

Implementation

JobPlacement({
  this.clusterLabels,
  this.clusterName,
  this.clusterUuid,
});