| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EKS.Types.FargateProfileSelector
Description
Documentation
data FargateProfileSelector Source #
An object representing an Fargate profile selector.
See: newFargateProfileSelector smart constructor.
Constructors
| FargateProfileSelector' | |
Instances
newFargateProfileSelector :: FargateProfileSelector Source #
Create a value of FargateProfileSelector with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:labels:FargateProfileSelector', fargateProfileSelector_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.
$sel:namespace:FargateProfileSelector', fargateProfileSelector_namespace - The Kubernetes namespace that the selector should match.
fargateProfileSelector_labels :: Lens' FargateProfileSelector (Maybe (HashMap Text Text)) Source #
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.
fargateProfileSelector_namespace :: Lens' FargateProfileSelector (Maybe Text) Source #
The Kubernetes namespace that the selector should match.