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