static KubernetesNetworkConfigResponse.Builder |
KubernetesNetworkConfigResponse.builder() |
|
default KubernetesNetworkConfigResponse.Builder |
KubernetesNetworkConfigResponse.Builder.elasticLoadBalancing(Consumer<ElasticLoadBalancing.Builder> elasticLoadBalancing) |
Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster.
|
KubernetesNetworkConfigResponse.Builder |
KubernetesNetworkConfigResponse.Builder.elasticLoadBalancing(ElasticLoadBalancing elasticLoadBalancing) |
Indicates the current configuration of the load balancing capability on your EKS Auto Mode cluster.
|
KubernetesNetworkConfigResponse.Builder |
KubernetesNetworkConfigResponse.Builder.ipFamily(String ipFamily) |
The IP family used to assign Kubernetes Pod and Service objects IP addresses.
|
KubernetesNetworkConfigResponse.Builder |
KubernetesNetworkConfigResponse.Builder.ipFamily(IpFamily ipFamily) |
The IP family used to assign Kubernetes Pod and Service objects IP addresses.
|
KubernetesNetworkConfigResponse.Builder |
KubernetesNetworkConfigResponse.Builder.serviceIpv4Cidr(String serviceIpv4Cidr) |
The CIDR block that Kubernetes Pod and Service object IP addresses are assigned
from.
|
KubernetesNetworkConfigResponse.Builder |
KubernetesNetworkConfigResponse.Builder.serviceIpv6Cidr(String serviceIpv6Cidr) |
The CIDR block that Kubernetes pod and service IP addresses are assigned from if you created a 1.21 or later
cluster with version 1.10.1 or later of the Amazon VPC CNI add-on and specified ipv6 for
ipFamily when you created the cluster.
|
KubernetesNetworkConfigResponse.Builder |
KubernetesNetworkConfigResponse.toBuilder() |
|