StatefulSetUpdateStrategy constructor

const StatefulSetUpdateStrategy({
  1. RollingUpdateStatefulSetStrategy? rollingUpdate,
  2. String? type,
})

Default constructor.

Implementation

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