DaemonSetUpdateStrategyPatchArgs

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

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 OnDelete.

Functions

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