| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
KubernetesCluster.networkProfile() |
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withDnsServiceIP(String dnsServiceIP)
Set an IP address assigned to the Kubernetes DNS service.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withDockerBridgeCidr(String dockerBridgeCidr)
Set a CIDR notation IP range assigned to the Docker bridge network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerProfile(ManagedClusterLoadBalancerProfile loadBalancerProfile)
Set profile of the cluster load balancer.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerSku(LoadBalancerSku loadBalancerSku)
Set the load balancer sku for the managed cluster.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPlugin(NetworkPlugin networkPlugin)
Set network plugin used for building Kubernetes network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPolicy(NetworkPolicy networkPolicy)
Set network policy used for building Kubernetes network.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withPodCidr(String podCidr)
Set a CIDR notation IP range from which to assign pod IPs when kubenet is used.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withServiceCidr(String serviceCidr)
Set a CIDR notation IP range from which to assign service cluster IPs.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithNetworkProfile.withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Updates the cluster's network profile.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/