VmwareNodePoolAutoscalingConfigResponse

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

NodePoolAutoscaling config for the NodePool to allow for the kubernetes to scale NodePool.

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.