| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
FargateProfileSelector |
FargateProfileSelector.addLabelsEntry(String key,
String value)
Add a single Labels entry
|
FargateProfileSelector |
FargateProfileSelector.clearLabelsEntries()
Removes all the entries added into Labels.
|
FargateProfileSelector |
FargateProfileSelector.clone() |
FargateProfileSelector |
FargateProfileSelector.withLabels(Map<String,String> labels)
The Kubernetes labels that the selector should match.
|
FargateProfileSelector |
FargateProfileSelector.withNamespace(String namespace)
The Kubernetes namespace that the selector should match.
|
| Modifier and Type | Method and Description |
|---|---|
List<FargateProfileSelector> |
FargateProfile.getSelectors()
The selectors to match for pods to use this Fargate profile.
|
List<FargateProfileSelector> |
CreateFargateProfileRequest.getSelectors()
The selectors to match for pods to use this Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
FargateProfile |
FargateProfile.withSelectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSelectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FargateProfile.setSelectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
void |
CreateFargateProfileRequest.setSelectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
FargateProfile |
FargateProfile.withSelectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
CreateFargateProfileRequest |
CreateFargateProfileRequest.withSelectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
Copyright © 2021. All rights reserved.