Interface KubernetesCluster.DefinitionStages.WithNetworkProfile
-
- All Known Subinterfaces:
KubernetesCluster.Definition,KubernetesCluster.DefinitionStages.WithCreate
- Enclosing interface:
- KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithNetworkProfileThe stage of the Kubernetes cluster definition allowing to specify a network profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.Blank<KubernetesCluster.DefinitionStages.WithCreate>defineNetworkProfile()Begins the definition of a network profile to be attached to the Kubernetes cluster.
-
-
-
Method Detail
-
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
-
-