Interface KubernetesCluster.DefinitionStages.WithNetworkProfile
- All Known Subinterfaces:
KubernetesCluster.Definition,KubernetesCluster.DefinitionStages.WithCreate
- Enclosing interface:
KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithNetworkProfile
The stage of the Kubernetes cluster definition allowing to specify a network profile.
-
Method Summary
Modifier and TypeMethodDescriptionKubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank<KubernetesCluster.DefinitionStages.WithCreate> Begins the definition of a network profile to be attached to the Kubernetes cluster.
-
Method Details
-
defineNetworkProfile
KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank<KubernetesCluster.DefinitionStages.WithCreate> defineNetworkProfile()Begins the definition of a network profile to be attached to the Kubernetes cluster.- Returns:
- the stage representing configuration for the network profile
-