DeploymentStrategy constructor

const DeploymentStrategy({
  1. RollingUpdateDeployment? rollingUpdate,
  2. String? type,
})

Default constructor.

Implementation

const DeploymentStrategy({
  this.rollingUpdate,
  this.type,
});