| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateTaintsPayload |
UpdateTaintsPayload.clone() |
UpdateTaintsPayload |
UpdateNodegroupConfigRequest.getTaints()
The Kubernetes taints to be applied to the nodes in the node group after the update.
|
UpdateTaintsPayload |
UpdateTaintsPayload.withAddOrUpdateTaints(Collection<Taint> addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload |
UpdateTaintsPayload.withAddOrUpdateTaints(Taint... addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload |
UpdateTaintsPayload.withRemoveTaints(Collection<Taint> removeTaints)
Kubernetes taints to be removed.
|
UpdateTaintsPayload |
UpdateTaintsPayload.withRemoveTaints(Taint... removeTaints)
Kubernetes taints to be removed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNodegroupConfigRequest.setTaints(UpdateTaintsPayload taints)
The Kubernetes taints to be applied to the nodes in the node group after the update.
|
UpdateNodegroupConfigRequest |
UpdateNodegroupConfigRequest.withTaints(UpdateTaintsPayload taints)
The Kubernetes taints to be applied to the nodes in the node group after the update.
|
Copyright © 2021. All rights reserved.