Interface KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithNetworkMode<ParentT>
- Type Parameters:
ParentT- the stage of the network mode 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.WithNetworkMode<ParentT>
The stage of a network profile definition allowing to specify the network mode.
-
Method Summary
Modifier and TypeMethodDescriptionwithNetworkMode(NetworkMode networkMode) Specifies the network plugin mode to be used for building the Kubernetes network.
-
Method Details
-
withNetworkMode
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithAttach<ParentT> withNetworkMode(NetworkMode networkMode) Specifies the network plugin mode to be used for building the Kubernetes network.- Parameters:
networkMode- the network mode to be used for building the Kubernetes network- Returns:
- the next stage of the definition
-