| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
List<Taint> |
UpdateTaintsPayload.addOrUpdateTaints()
Kubernetes taints to be added or updated.
|
List<Taint> |
UpdateTaintsPayload.removeTaints()
Kubernetes taints to be removed.
|
List<Taint> |
Nodegroup.taints()
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
List<Taint> |
CreateNodegroupRequest.taints()
The Kubernetes taints to be applied to the nodes in the node group.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTaintsPayload.Builder |
UpdateTaintsPayload.Builder.addOrUpdateTaints(Taint... addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload.Builder |
UpdateTaintsPayload.Builder.removeTaints(Taint... removeTaints)
Kubernetes taints to be removed.
|
Nodegroup.Builder |
Nodegroup.Builder.taints(Taint... taints)
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
CreateNodegroupRequest.Builder |
CreateNodegroupRequest.Builder.taints(Taint... taints)
The Kubernetes taints to be applied to the nodes in the node group.
|
| 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.removeTaints(Collection<Taint> removeTaints)
Kubernetes taints to be removed.
|
Nodegroup.Builder |
Nodegroup.Builder.taints(Collection<Taint> taints)
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
CreateNodegroupRequest.Builder |
CreateNodegroupRequest.Builder.taints(Collection<Taint> taints)
The Kubernetes taints to be applied to the nodes in the node group.
|
Copyright © 2021. All rights reserved.