KubernetesCluster.DefinitionStages.WithPublicNetworkAccess Interface
public static interface KubernetesCluster.DefinitionStages.WithPublicNetworkAccess
The stage of Kubernetes cluster definition allowing to configure network access settings.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
disablePublicNetworkAccess()
Disables public network access for the kubernetes cluster. |
Method Details
disablePublicNetworkAccess
public abstract KubernetesCluster.DefinitionStages.WithCreate disablePublicNetworkAccess()
Disables public network access for the kubernetes cluster.
Returns: