ParentT - the stage of the network profile definition to return to after attaching this definitionpublic static interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithPodCidr<ParentT>
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> |
withPodCidr(String podCidr)
Specifies a CIDR notation IP range from which to assign pod IPs when kubenet is used.
|
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withPodCidr(String podCidr)
podCidr - the CIDR notation IP range from which to assign pod IPs when kubenet is used/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/