Stateful Set Update Strategy
data class StatefulSetUpdateStrategy(val rollingUpdate: RollingUpdateStatefulSetStrategy? = 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.
Constructors
Link copied to clipboard
fun StatefulSetUpdateStrategy(rollingUpdate: RollingUpdateStatefulSetStrategy? = null, type: String? = null)