| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateLabelsPayload |
UpdateLabelsPayload.addAddOrUpdateLabelsEntry(String key,
String value)
Add a single AddOrUpdateLabels entry
|
UpdateLabelsPayload |
UpdateLabelsPayload.clearAddOrUpdateLabelsEntries()
Removes all the entries added into AddOrUpdateLabels.
|
UpdateLabelsPayload |
UpdateLabelsPayload.clone() |
UpdateLabelsPayload |
UpdateNodegroupConfigRequest.getLabels()
The Kubernetes
labels to apply to the nodes in the node group after the update. |
UpdateLabelsPayload |
UpdateLabelsPayload.withAddOrUpdateLabels(Map<String,String> addOrUpdateLabels)
The Kubernetes
labels to add or update. |
UpdateLabelsPayload |
UpdateLabelsPayload.withRemoveLabels(Collection<String> removeLabels)
The Kubernetes
labels to remove. |
UpdateLabelsPayload |
UpdateLabelsPayload.withRemoveLabels(String... removeLabels)
The Kubernetes
labels to remove. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateNodegroupConfigRequest.setLabels(UpdateLabelsPayload labels)
The Kubernetes
labels to apply to the nodes in the node group after the update. |
UpdateNodegroupConfigRequest |
UpdateNodegroupConfigRequest.withLabels(UpdateLabelsPayload labels)
The Kubernetes
labels to apply to the nodes in the node group after the update. |
Copyright © 2023. All rights reserved.