Stateful Set Update Strategy Args
data class StatefulSetUpdateStrategyArgs(val rollingUpdate: Output<RollingUpdateStatefulSetStrategyArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<StatefulSetUpdateStrategyArgs>
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
constructor(rollingUpdate: Output<RollingUpdateStatefulSetStrategyArgs>? = null, type: Output<String>? = null)