| 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.Taint
Description
Documentation
A property that allows a node to repel a set of pods. For more information, see Node taints on managed node groups.
See: newTaint smart constructor.
Constructors
| Taint' | |
Instances
| FromJSON Taint Source # | |
| ToJSON Taint Source # | |
Defined in Amazonka.EKS.Types.Taint | |
| Generic Taint Source # | |
| Read Taint Source # | |
| Show Taint Source # | |
| NFData Taint Source # | |
Defined in Amazonka.EKS.Types.Taint | |
| Eq Taint Source # | |
| Hashable Taint Source # | |
Defined in Amazonka.EKS.Types.Taint | |
| type Rep Taint Source # | |
Defined in Amazonka.EKS.Types.Taint type Rep Taint = D1 ('MetaData "Taint" "Amazonka.EKS.Types.Taint" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "Taint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "effect") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaintEffect)) :*: (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) | |
Create a value of Taint 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:effect:Taint', taint_effect - The effect of the taint.
$sel:key:Taint', taint_key - The key of the taint.
$sel:value:Taint', taint_value - The value of the taint.
taint_effect :: Lens' Taint (Maybe TaintEffect) Source #
The effect of the taint.