RollingUpdateDeployment constructor

const RollingUpdateDeployment({
  1. Object? maxSurge,
  2. Object? maxUnavailable,
})

The main constructor.

Implementation

const RollingUpdateDeployment({
  this.maxSurge,
  this.maxUnavailable,
});