NodegroupScalingConfig

data class NodegroupScalingConfig(val desiredSize: Int? = null, val maxSize: Int? = null, val minSize: Int? = null)

An object representing a auto scaling group specification for AWS EKS Nodegroup.

Constructors

Link copied to clipboard
fun NodegroupScalingConfig(desiredSize: Int? = null, maxSize: Int? = null, minSize: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val desiredSize: Int? = null
Link copied to clipboard
val maxSize: Int? = null
Link copied to clipboard
val minSize: Int? = null