NodePoolManagementAutoUpgradePolicy

data class NodePoolManagementAutoUpgradePolicy(val autoUpgradeKubelet: Boolean? = null)

Constructors

Link copied to clipboard
constructor(autoUpgradeKubelet: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies whether to automatically update the kubelet. Valid values: true: yes; false: no.