DaemonSetUpdateStrategyPatchArgs

data class DaemonSetUpdateStrategyPatchArgs(val rollingUpdate: Output<RollingUpdateDaemonSetPatchArgs>? = null, val type: Output<String>? = null) : ConvertibleToJava<DaemonSetUpdateStrategyPatchArgs>

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Constructors

Link copied to clipboard
constructor(rollingUpdate: Output<RollingUpdateDaemonSetPatchArgs>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard

Rolling update config params. Present only if type = "RollingUpdate".

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

Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.

Functions

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