Interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithPodCidr<ParentT>
- Type Parameters:
ParentT- the stage of the network profile definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesCluster.DefinitionStages.NetworkProfileDefinition<ParentT>,KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank<ParentT>,KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages
public static interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithPodCidr<ParentT>
The stage of a network profile definition allowing to specify a CIDR notation IP range from which to
assign pod IPs when kubenet is used.
-
Method Summary
Modifier and TypeMethodDescriptionwithPodCidr(String podCidr) Specifies a CIDR notation IP range from which to assign pod IPs when kubenet is used.
-
Method Details
-
withPodCidr
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withPodCidr(String podCidr) Specifies a CIDR notation IP range from which to assign pod IPs when kubenet is used.- Parameters:
podCidr- the CIDR notation IP range from which to assign pod IPs when kubenet is used- Returns:
- the next stage of the definition
-