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 WithCreate 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:

the next stage of the definition

Applies to