KubernetesCluster.DefinitionStages.WithLocalAccounts Interface

public static interface KubernetesCluster.DefinitionStages.WithLocalAccounts

The stage of the Kubernetes cluster definition allowing to specify local accounts.

Method Summary

Modifier and Type Method and Description
abstract WithCreate disableLocalAccounts()

Disables authentication from local accounts.

Method Details

disableLocalAccounts

public abstract KubernetesCluster.DefinitionStages.WithCreate disableLocalAccounts()

Disables authentication from local accounts.

Returns:

the next stage

Applies to