GetClusterNodePoolManagement

data class GetClusterNodePoolManagement(val autoRepair: Boolean, val autoUpgrade: Boolean)

Constructors

Link copied to clipboard
constructor(autoRepair: Boolean, autoUpgrade: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether the nodes will be automatically repaired. Enabled by default.

Link copied to clipboard

Whether the nodes will be automatically upgraded. Enabled by default.