StatefulSetUpdateStrategyPatchArgs

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)

Properties

Link copied to clipboard

RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.

Link copied to clipboard
val type: Output<String>? = null

Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.

Functions

Link copied to clipboard
open override fun toJava(): StatefulSetUpdateStrategyPatchArgs