amazonka-eks-2.0: Amazon Elastic Kubernetes Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EKS.Types.NodegroupHealth

Description

 
Synopsis

Documentation

data NodegroupHealth Source #

An object representing the health status of the node group.

See: newNodegroupHealth smart constructor.

Constructors

NodegroupHealth' 

Fields

Instances

Instances details
FromJSON NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Generic NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Associated Types

type Rep NodegroupHealth :: Type -> Type #

Read NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Show NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

NFData NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Methods

rnf :: NodegroupHealth -> () #

Eq NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

Hashable NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

type Rep NodegroupHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.NodegroupHealth

type Rep NodegroupHealth = D1 ('MetaData "NodegroupHealth" "Amazonka.EKS.Types.NodegroupHealth" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "NodegroupHealth'" 'PrefixI 'True) (S1 ('MetaSel ('Just "issues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Issue]))))

newNodegroupHealth :: NodegroupHealth Source #

Create a value of NodegroupHealth 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:issues:NodegroupHealth', nodegroupHealth_issues - Any issues that are associated with the node group.

nodegroupHealth_issues :: Lens' NodegroupHealth (Maybe [Issue]) Source #

Any issues that are associated with the node group.