DeployParameters constructor

DeployParameters({
  1. Map<String, String>? matchTargetLabels,
  2. Map<String, String>? values,
})

Implementation

DeployParameters({
  this.matchTargetLabels,
  this.values,
});