libZSservicesZSamazonka-eksZSamazonka-eks
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.EKS.Types.KubernetesNetworkConfigResponse

Description

 
Synopsis

Documentation

data KubernetesNetworkConfigResponse Source #

The Kubernetes network configuration for the cluster.

See: newKubernetesNetworkConfigResponse smart constructor.

Constructors

KubernetesNetworkConfigResponse' 

Fields

  • serviceIpv4Cidr :: Maybe Text

    The CIDR block that Kubernetes service IP addresses are assigned from. If you didn't specify a CIDR block when you created the cluster, then Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. If this was specified, then it was specified when the cluster was created and it cannot be changed.

Instances

Instances details
Eq KubernetesNetworkConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.KubernetesNetworkConfigResponse

Read KubernetesNetworkConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.KubernetesNetworkConfigResponse

Show KubernetesNetworkConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.KubernetesNetworkConfigResponse

Generic KubernetesNetworkConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.KubernetesNetworkConfigResponse

Associated Types

type Rep KubernetesNetworkConfigResponse :: Type -> Type #

NFData KubernetesNetworkConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.KubernetesNetworkConfigResponse

Hashable KubernetesNetworkConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.KubernetesNetworkConfigResponse

FromJSON KubernetesNetworkConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.KubernetesNetworkConfigResponse

type Rep KubernetesNetworkConfigResponse Source # 
Instance details

Defined in Amazonka.EKS.Types.KubernetesNetworkConfigResponse

type Rep KubernetesNetworkConfigResponse = D1 ('MetaData "KubernetesNetworkConfigResponse" "Amazonka.EKS.Types.KubernetesNetworkConfigResponse" "libZSservicesZSamazonka-eksZSamazonka-eks" 'False) (C1 ('MetaCons "KubernetesNetworkConfigResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceIpv4Cidr") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newKubernetesNetworkConfigResponse :: KubernetesNetworkConfigResponse Source #

Create a value of KubernetesNetworkConfigResponse 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:serviceIpv4Cidr:KubernetesNetworkConfigResponse', kubernetesNetworkConfigResponse_serviceIpv4Cidr - The CIDR block that Kubernetes service IP addresses are assigned from. If you didn't specify a CIDR block when you created the cluster, then Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. If this was specified, then it was specified when the cluster was created and it cannot be changed.

kubernetesNetworkConfigResponse_serviceIpv4Cidr :: Lens' KubernetesNetworkConfigResponse (Maybe Text) Source #

The CIDR block that Kubernetes service IP addresses are assigned from. If you didn't specify a CIDR block when you created the cluster, then Kubernetes assigns addresses from either the 10.100.0.0/16 or 172.20.0.0/16 CIDR blocks. If this was specified, then it was specified when the cluster was created and it cannot be changed.