ContainerServiceNetworkProfile |
KubernetesCluster.networkProfile() |
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withDnsServiceIp(String dnsServiceIp) |
Set the dnsServiceIp property: An IP address assigned to the Kubernetes DNS service.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withDockerBridgeCidr(String dockerBridgeCidr) |
Set the dockerBridgeCidr property: A CIDR notation IP range assigned to the Docker bridge network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withIpFamilies(List<IpFamily> ipFamilies) |
Set the ipFamilies property: The IP families used to specify IP versions available to the cluster.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerProfile(ManagedClusterLoadBalancerProfile loadBalancerProfile) |
Set the loadBalancerProfile property: Profile of the cluster load balancer.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerSku(LoadBalancerSku loadBalancerSku) |
Set the loadBalancerSku property: The load balancer sku for the managed cluster.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNatGatewayProfile(ManagedClusterNatGatewayProfile natGatewayProfile) |
Set the natGatewayProfile property: Profile of the cluster NAT gateway.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkMode(NetworkMode networkMode) |
Set the networkMode property: The network mode Azure CNI is configured with.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPlugin(NetworkPlugin networkPlugin) |
Set the networkPlugin property: Network plugin used for building the Kubernetes network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPolicy(NetworkPolicy networkPolicy) |
Set the networkPolicy property: Network policy used for building the Kubernetes network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withOutboundType(OutboundType outboundType) |
Set the outboundType property: The outbound (egress) routing method.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withPodCidr(String podCidr) |
Set the podCidr property: A CIDR notation IP range from which to assign pod IPs when kubenet is used.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withPodCidrs(List<String> podCidrs) |
Set the podCidrs property: The CIDR notation IP ranges from which to assign pod IPs.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withServiceCidr(String serviceCidr) |
Set the serviceCidr property: A CIDR notation IP range from which to assign service cluster IPs.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withServiceCidrs(List<String> serviceCidrs) |
Set the serviceCidrs property: The CIDR notation IP ranges from which to assign service cluster IPs.
|