You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EKS::Types::KubernetesNetworkConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The Kubernetes network configuration for the cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#service_ipv_4_cidrString

The CIDR block that Kubernetes service IP addresses are assigned from. If you didn\'t specify a CIDR block, 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.

Returns:

  • (String)

    The CIDR block that Kubernetes service IP addresses are assigned from.