| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
NodegroupScalingConfig |
NodegroupScalingConfig.clone() |
NodegroupScalingConfig |
Nodegroup.getScalingConfig()
The scaling configuration details for the Auto Scaling group that is associated with your node group.
|
NodegroupScalingConfig |
UpdateNodegroupConfigRequest.getScalingConfig()
The scaling configuration details for the Auto Scaling group after the update.
|
NodegroupScalingConfig |
CreateNodegroupRequest.getScalingConfig()
The scaling configuration details for the Auto Scaling group that is created for your node group.
|
NodegroupScalingConfig |
NodegroupScalingConfig.withDesiredSize(Integer desiredSize)
The current number of nodes that the managed node group should maintain.
|
NodegroupScalingConfig |
NodegroupScalingConfig.withMaxSize(Integer maxSize)
The maximum number of nodes that the managed node group can scale out to.
|
NodegroupScalingConfig |
NodegroupScalingConfig.withMinSize(Integer minSize)
The minimum number of nodes that the managed node group can scale in to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Nodegroup.setScalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group that is associated with your node group.
|
void |
UpdateNodegroupConfigRequest.setScalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group after the update.
|
void |
CreateNodegroupRequest.setScalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group that is created for your node group.
|
Nodegroup |
Nodegroup.withScalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group that is associated with your node group.
|
UpdateNodegroupConfigRequest |
UpdateNodegroupConfigRequest.withScalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group after the update.
|
CreateNodegroupRequest |
CreateNodegroupRequest.withScalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group that is created for your node group.
|
Copyright © 2021. All rights reserved.