DeploymentStrategy constructor
const
DeploymentStrategy({
- RollingUpdateDeployment? rollingUpdate,
- String? type,
Default constructor.
Implementation
const DeploymentStrategy({
this.rollingUpdate,
this.type,
});