NodeManagementArgs

data class NodeManagementArgs(val autoRepair: Output<Boolean>? = null, val autoUpgrade: Output<Boolean>? = null, val upgradeOptions: Output<AutoUpgradeOptionsArgs>? = null) : ConvertibleToJava<NodeManagementArgs>

NodeManagement defines the set of node management services turned on for the node pool.

Constructors

Link copied to clipboard
fun NodeManagementArgs(autoRepair: Output<Boolean>? = null, autoUpgrade: Output<Boolean>? = null, upgradeOptions: Output<AutoUpgradeOptionsArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val autoRepair: Output<Boolean>? = null

Whether the nodes will be automatically repaired.

Link copied to clipboard
val autoUpgrade: Output<Boolean>? = null

Whether the nodes will be automatically upgraded.

Link copied to clipboard

Specifies the Auto Upgrade knobs for the node pool.