NodeGroupUpdateConfigArgs

data class NodeGroupUpdateConfigArgs(val maxUnavailable: Output<Int>? = null, val maxUnavailablePercentage: Output<Int>? = null) : ConvertibleToJava<NodeGroupUpdateConfigArgs>

Constructors

Link copied to clipboard
constructor(maxUnavailable: Output<Int>? = null, maxUnavailablePercentage: Output<Int>? = null)

Properties

Link copied to clipboard
val maxUnavailable: Output<Int>? = null

Desired max number of unavailable worker nodes during node group update.

Link copied to clipboard
val maxUnavailablePercentage: Output<Int>? = null

Desired max percentage of unavailable worker nodes during node group update.

Functions

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