| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
Taint |
Taint.clone() |
Taint |
Taint.withEffect(String effect)
The effect of the taint.
|
Taint |
Taint.withEffect(TaintEffect effect)
The effect of the taint.
|
Taint |
Taint.withKey(String key)
The key of the taint.
|
Taint |
Taint.withValue(String value)
The value of the taint.
|
| Modifier and Type | Method and Description |
|---|---|
List<Taint> |
UpdateTaintsPayload.getAddOrUpdateTaints()
Kubernetes taints to be added or updated.
|
List<Taint> |
UpdateTaintsPayload.getRemoveTaints()
Kubernetes taints to be removed.
|
List<Taint> |
CreateNodegroupRequest.getTaints()
The Kubernetes taints to be applied to the nodes in the node group.
|
List<Taint> |
Nodegroup.getTaints()
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTaintsPayload |
UpdateTaintsPayload.withAddOrUpdateTaints(Taint... addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload |
UpdateTaintsPayload.withRemoveTaints(Taint... removeTaints)
Kubernetes taints to be removed.
|
CreateNodegroupRequest |
CreateNodegroupRequest.withTaints(Taint... taints)
The Kubernetes taints to be applied to the nodes in the node group.
|
Nodegroup |
Nodegroup.withTaints(Taint... taints)
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTaintsPayload.setAddOrUpdateTaints(Collection<Taint> addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
void |
UpdateTaintsPayload.setRemoveTaints(Collection<Taint> removeTaints)
Kubernetes taints to be removed.
|
void |
CreateNodegroupRequest.setTaints(Collection<Taint> taints)
The Kubernetes taints to be applied to the nodes in the node group.
|
void |
Nodegroup.setTaints(Collection<Taint> taints)
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
UpdateTaintsPayload |
UpdateTaintsPayload.withAddOrUpdateTaints(Collection<Taint> addOrUpdateTaints)
Kubernetes taints to be added or updated.
|
UpdateTaintsPayload |
UpdateTaintsPayload.withRemoveTaints(Collection<Taint> removeTaints)
Kubernetes taints to be removed.
|
CreateNodegroupRequest |
CreateNodegroupRequest.withTaints(Collection<Taint> taints)
The Kubernetes taints to be applied to the nodes in the node group.
|
Nodegroup |
Nodegroup.withTaints(Collection<Taint> taints)
The Kubernetes taints to be applied to the nodes in the node group when they are created.
|
Copyright © 2022. All rights reserved.