| 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.KubernetesNetworkConfigResponse
Description
Documentation
data KubernetesNetworkConfigResponse Source #
The Kubernetes network configuration for the cluster.
See: newKubernetesNetworkConfigResponse smart constructor.
Constructors
| KubernetesNetworkConfigResponse' | |
Fields
| |
Instances
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.