DaemonSetUpdateStrategyPatch

data class DaemonSetUpdateStrategyPatch(val rollingUpdate: RollingUpdateDaemonSetPatch? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(rollingUpdate: RollingUpdateDaemonSetPatch? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val type: String? = null

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