Package | Description |
---|---|
com.microsoft.azure.management.containerservice |
This package contains the classes for ContainerServiceManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ContainerServiceNetworkProfile |
KubernetesCluster.networkProfile() |
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withDnsServiceIP(String dnsServiceIP)
Set the dnsServiceIP value.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withDockerBridgeCidr(String dockerBridgeCidr)
Set the dockerBridgeCidr value.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPlugin(NetworkPlugin networkPlugin)
Set the networkPlugin value.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withNetworkPolicy(NetworkPolicy networkPolicy)
Set the networkPolicy value.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withPodCidr(String podCidr)
Set the podCidr value.
|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withServiceCidr(String serviceCidr)
Set the serviceCidr value.
|
Modifier and Type | Method and Description |
---|---|
KubernetesCluster.Update |
KubernetesCluster.UpdateStages.WithNetworkProfile.withNetworkProfile(ContainerServiceNetworkProfile networkProfile)
Updates the cluster's network profile.
|
Copyright © 2019. All rights reserved.