CustomCanaryDeployment constructor

CustomCanaryDeployment({
  1. List<PhaseConfig>? phaseConfigs,
})

Implementation

CustomCanaryDeployment({
  this.phaseConfigs,
});