ClusterNodePoolManagementArgs

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

Constructors

Link copied to clipboard
constructor(autoRepair: Output<Boolean>? = null, autoUpgrade: Output<Boolean>? = null)

Properties

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

Specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered. This block also contains several computed attributes, documented below.

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

Specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.

Functions

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