Interface KubernetesCluster.UpdateStages.WithPublicNetworkAccess
- All Known Subinterfaces:
KubernetesCluster.Update
- Enclosing interface:
KubernetesCluster.UpdateStages
public static interface KubernetesCluster.UpdateStages.WithPublicNetworkAccess
The stage of kubernetes cluster update allowing to configure network access settings.
-
Method Summary
Modifier and TypeMethodDescriptionDisables public network access for the kubernetes cluster.Enables public network access for the kubernetes cluster.
-
Method Details
-
enablePublicNetworkAccess
KubernetesCluster.Update enablePublicNetworkAccess()Enables public network access for the kubernetes cluster.- Returns:
- the next stage of the update
-
disablePublicNetworkAccess
KubernetesCluster.Update disablePublicNetworkAccess()Disables public network access for the kubernetes cluster.- Returns:
- the next stage of the update
-