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