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