| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
NodegroupScalingConfig |
CreateNodegroupRequest.scalingConfig()
The scaling configuration details for the Auto Scaling group that is created for your node group.
|
NodegroupScalingConfig |
UpdateNodegroupConfigRequest.scalingConfig()
The scaling configuration details for the Auto Scaling group after the update.
|
NodegroupScalingConfig |
Nodegroup.scalingConfig()
The scaling configuration details for the Auto Scaling group that is associated with your node group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateNodegroupRequest.Builder |
CreateNodegroupRequest.Builder.scalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group that is created for your node group.
|
UpdateNodegroupConfigRequest.Builder |
UpdateNodegroupConfigRequest.Builder.scalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group after the update.
|
Nodegroup.Builder |
Nodegroup.Builder.scalingConfig(NodegroupScalingConfig scalingConfig)
The scaling configuration details for the Auto Scaling group that is associated with your node group.
|
Copyright © 2022. All rights reserved.