Stateful Set Update Strategy Patch
data class StatefulSetUpdateStrategyPatch(val rollingUpdate: RollingUpdateStatefulSetStrategyPatch? = null, val type: String? = null)
StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.