| Package | Description |
|---|---|
| software.amazon.awssdk.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
List<FargateProfileSelector> |
CreateFargateProfileRequest.selectors()
The selectors to match for pods to use this Fargate profile.
|
List<FargateProfileSelector> |
FargateProfile.selectors()
The selectors to match for pods to use this Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.selectors(FargateProfileSelector... selectors)
The selectors to match for pods to use this Fargate profile.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFargateProfileRequest.Builder |
CreateFargateProfileRequest.Builder.selectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.selectors(Collection<FargateProfileSelector> selectors)
The selectors to match for pods to use this Fargate profile.
|
Copyright © 2022. All rights reserved.