public static interface FargateProfileSelector.Builder extends SdkPojo, CopyableBuilder<FargateProfileSelector.Builder,FargateProfileSelector>
| Modifier and Type | Method and Description |
|---|---|
FargateProfileSelector.Builder |
labels(Map<String,String> labels)
The Kubernetes labels that the selector should match.
|
FargateProfileSelector.Builder |
namespace(String namespace)
The Kubernetes namespace that the selector should match.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFargateProfileSelector.Builder namespace(String namespace)
The Kubernetes namespace that the selector should match.
namespace - The Kubernetes namespace that the selector should match.FargateProfileSelector.Builder labels(Map<String,String> labels)
The Kubernetes labels that the selector should match. A pod must contain all of the labels that are specified in the selector for it to be considered a match.
labels - The Kubernetes labels that the selector should match. A pod must contain all of the labels that are
specified in the selector for it to be considered a match.Copyright © 2022. All rights reserved.