Interface KubernetesCluster.DefinitionStages.WithPublicNetworkAccess
- All Known Subinterfaces:
KubernetesCluster.Definition,KubernetesCluster.DefinitionStages.WithCreate
- Enclosing interface:
- KubernetesCluster.DefinitionStages
public static interface KubernetesCluster.DefinitionStages.WithPublicNetworkAccess
The stage of Kubernetes cluster definition allowing to configure network access settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the kubernetes cluster.
-
Method Details
-
disablePublicNetworkAccess
KubernetesCluster.DefinitionStages.WithCreate disablePublicNetworkAccess()Disables public network access for the kubernetes cluster.- Returns:
- the next stage of the definition
-