AwsNodePoolUpdateSettingsSurgeSettings

data class AwsNodePoolUpdateSettingsSurgeSettings(val maxSurge: Int? = null, val maxUnavailable: Int? = null)

Constructors

Link copied to clipboard
constructor(maxSurge: Int? = null, maxUnavailable: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxSurge: Int? = null

Optional. The maximum number of nodes that can be created beyond the current size of the node pool during the update process.

Link copied to clipboard
val maxUnavailable: Int? = null

Optional. The maximum number of nodes that can be simultaneously unavailable during the update process. A node is considered unavailable if its status is not Ready.