Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data FargateProfileSelector Source #
An object representing an Fargate profile selector.
See: newFargateProfileSelector
smart constructor.
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:namespace:FargateProfileSelector'
, fargateProfileSelector_namespace
- The Kubernetes namespace that the selector should match.
$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.
fargateProfileSelector_namespace :: Lens' FargateProfileSelector (Maybe Text) Source #
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.