updateStrategy property

StatefulSetUpdateStrategy? updateStrategy
final

updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.

Implementation

final StatefulSetUpdateStrategy? updateStrategy;