Node Management Args
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)