| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
NodegroupUpdateConfig |
NodegroupUpdateConfig.clone() |
NodegroupUpdateConfig |
UpdateNodegroupConfigRequest.getUpdateConfig()
The node group update configuration.
|
NodegroupUpdateConfig |
CreateNodegroupRequest.getUpdateConfig()
The node group update configuration.
|
NodegroupUpdateConfig |
Nodegroup.getUpdateConfig()
The node group update configuration.
|
NodegroupUpdateConfig |
NodegroupUpdateConfig.withMaxUnavailable(Integer maxUnavailable)
The maximum number of nodes unavailable at once during a version update.
|
NodegroupUpdateConfig |
NodegroupUpdateConfig.withMaxUnavailablePercentage(Integer maxUnavailablePercentage)
The maximum percentage of nodes unavailable during a version update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNodegroupConfigRequest.setUpdateConfig(NodegroupUpdateConfig updateConfig)
The node group update configuration.
|
void |
CreateNodegroupRequest.setUpdateConfig(NodegroupUpdateConfig updateConfig)
The node group update configuration.
|
void |
Nodegroup.setUpdateConfig(NodegroupUpdateConfig updateConfig)
The node group update configuration.
|
UpdateNodegroupConfigRequest |
UpdateNodegroupConfigRequest.withUpdateConfig(NodegroupUpdateConfig updateConfig)
The node group update configuration.
|
CreateNodegroupRequest |
CreateNodegroupRequest.withUpdateConfig(NodegroupUpdateConfig updateConfig)
The node group update configuration.
|
Nodegroup |
Nodegroup.withUpdateConfig(NodegroupUpdateConfig updateConfig)
The node group update configuration.
|
Copyright © 2024. All rights reserved.