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 |
Documentation
data KubernetesNetworkConfigResponse Source #
The Kubernetes network configuration for the cluster.
See: newKubernetesNetworkConfigResponse
smart constructor.
KubernetesNetworkConfigResponse' | |
|
Instances
Eq KubernetesNetworkConfigResponse Source # | |
Read KubernetesNetworkConfigResponse Source # | |
Show KubernetesNetworkConfigResponse Source # | |
Generic KubernetesNetworkConfigResponse Source # | |
NFData KubernetesNetworkConfigResponse Source # | |
Defined in Amazonka.EKS.Types.KubernetesNetworkConfigResponse rnf :: KubernetesNetworkConfigResponse -> () # | |
Hashable KubernetesNetworkConfigResponse Source # | |
FromJSON KubernetesNetworkConfigResponse Source # | |
type Rep KubernetesNetworkConfigResponse Source # | |
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.