VMwareNodePoolNodePoolAutoscaling

data class VMwareNodePoolNodePoolAutoscaling(val maxReplicas: Int, val minReplicas: Int)

Constructors

Link copied to clipboard
constructor(maxReplicas: Int, minReplicas: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of replicas in the NodePool.

Link copied to clipboard

Minimum number of replicas in the NodePool.