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.ClusterHealth

Description

 
Synopsis

Documentation

data ClusterHealth Source #

An object representing the health of your local Amazon EKS cluster on an Amazon Web Services Outpost. You can't use this API with an Amazon EKS cluster on the Amazon Web Services cloud.

See: newClusterHealth smart constructor.

Constructors

ClusterHealth' 

Fields

  • issues :: Maybe [ClusterIssue]

    An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.

Instances

Instances details
FromJSON ClusterHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.ClusterHealth

Generic ClusterHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.ClusterHealth

Associated Types

type Rep ClusterHealth :: Type -> Type #

Read ClusterHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.ClusterHealth

Show ClusterHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.ClusterHealth

NFData ClusterHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.ClusterHealth

Methods

rnf :: ClusterHealth -> () #

Eq ClusterHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.ClusterHealth

Hashable ClusterHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.ClusterHealth

type Rep ClusterHealth Source # 
Instance details

Defined in Amazonka.EKS.Types.ClusterHealth

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

newClusterHealth :: ClusterHealth Source #

Create a value of ClusterHealth 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:ClusterHealth', clusterHealth_issues - An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.

clusterHealth_issues :: Lens' ClusterHealth (Maybe [ClusterIssue]) Source #

An object representing the health issues of your local Amazon EKS cluster on an Amazon Web Services Outpost.