NodeManagementResponse

data class NodeManagementResponse(val autoRepair: Boolean, val autoUpgrade: Boolean, val upgradeOptions: AutoUpgradeOptionsResponse)

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

Constructors

Link copied to clipboard
fun NodeManagementResponse(autoRepair: Boolean, autoUpgrade: Boolean, upgradeOptions: AutoUpgradeOptionsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the nodes will be automatically repaired.

Link copied to clipboard

Whether the nodes will be automatically upgraded.

Link copied to clipboard

Specifies the Auto Upgrade knobs for the node pool.