Interface KubernetesCluster.UpdateStages.WithLocalAccounts
- All Known Subinterfaces:
KubernetesCluster.Update
- Enclosing interface:
- KubernetesCluster.UpdateStages
public static interface KubernetesCluster.UpdateStages.WithLocalAccounts
The stage of the Kubernetes cluster update allowing to specify local accounts.
-
Method Summary
Modifier and TypeMethodDescriptionDisables authentication from local accounts.Enables authentication from local accounts.
-
Method Details
-
enableLocalAccounts
KubernetesCluster.Update enableLocalAccounts()Enables authentication from local accounts.- Returns:
- the next stage
-
disableLocalAccounts
KubernetesCluster.Update disableLocalAccounts()Disables authentication from local accounts.- Returns:
- the next stage
-