Interface KubernetesCluster.UpdateStages.WithRBAC
-
- All Known Subinterfaces:
KubernetesCluster.Update
- Enclosing interface:
- KubernetesCluster.UpdateStages
public static interface KubernetesCluster.UpdateStages.WithRBACThe stage of the Kubernetes cluster update definition allowing to specify if Kubernetes Role-Based Access Control is enabled or disabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesCluster.UpdatewithRBACDisabled()Updates the cluster to specify the Kubernetes Role-Based Access Control is disabled.KubernetesCluster.UpdatewithRBACEnabled()Updates the cluster to specify the Kubernetes Role-Based Access Control is enabled.
-
-
-
Method Detail
-
withRBACEnabled
KubernetesCluster.Update withRBACEnabled()
Updates the cluster to specify the Kubernetes Role-Based Access Control is enabled.- Returns:
- the next stage of the update
-
withRBACDisabled
KubernetesCluster.Update withRBACDisabled()
Updates the cluster to specify the Kubernetes Role-Based Access Control is disabled.- Returns:
- the next stage of the update
-
-