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