KubernetesCluster.UpdateStages.WithRBAC Interface

public static interface KubernetesCluster.UpdateStages.WithRBAC

The stage of the Kubernetes cluster update definition allowing to specify if Kubernetes Role-Based Access Control is enabled or disabled.

Method Summary

Modifier and Type Method and Description
abstract Update withRBACDisabled()

Deprecated

Change Kubernetes RBAC is not allowed.

Updates the cluster to specify the Kubernetes Role-Based Access Control is disabled.

abstract Update withRBACEnabled()

Deprecated

Change Kubernetes RBAC is not allowed.

Updates the cluster to specify the Kubernetes Role-Based Access Control is enabled.

Method Details

withRBACDisabled

@Deprecated
public abstract KubernetesCluster.Update withRBACDisabled()

Deprecated

Change Kubernetes RBAC is not allowed.

Updates the cluster to specify the Kubernetes Role-Based Access Control is disabled.

Returns:

the next stage of the update

withRBACEnabled

@Deprecated
public abstract KubernetesCluster.Update withRBACEnabled()

Deprecated

Change Kubernetes RBAC is not allowed.

Updates the cluster to specify the Kubernetes Role-Based Access Control is enabled.

Returns:

the next stage of the update

Applies to