| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateTaintsPayload.Builder |
UpdateTaintsPayload.Builder.addOrUpdateTaints(Collection<Taint> addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload.Builder |
UpdateTaintsPayload.Builder.addOrUpdateTaints(Consumer<Taint.Builder>... addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload.Builder |
UpdateTaintsPayload.Builder.addOrUpdateTaints(Taint... addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
static UpdateTaintsPayload.Builder |
UpdateTaintsPayload.builder() |
UpdateTaintsPayload.Builder |
UpdateTaintsPayload.Builder.removeTaints(Collection<Taint> removeTaints)
Kubernetes taints to remove.
|
UpdateTaintsPayload.Builder |
UpdateTaintsPayload.Builder.removeTaints(Consumer<Taint.Builder>... removeTaints)
Kubernetes taints to remove.
|
UpdateTaintsPayload.Builder |
UpdateTaintsPayload.Builder.removeTaints(Taint... removeTaints)
Kubernetes taints to remove.
|
UpdateTaintsPayload.Builder |
UpdateTaintsPayload.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateTaintsPayload.Builder> |
UpdateTaintsPayload.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateNodegroupConfigRequest.Builder |
UpdateNodegroupConfigRequest.Builder.taints(Consumer<UpdateTaintsPayload.Builder> taints)
The Kubernetes taints to be applied to the nodes in the node group after the update.
|
Copyright © 2022. All rights reserved.