Google Cloud Gke Hub V1 Client - Class PredefinedRoles (1.3.0)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class PredefinedRoles.

PredefinedRoles is an ENUM representation of the default Kubernetes Roles

Protobuf type google.cloud.gkehub.v1.RBACRoleBinding.Role.PredefinedRoles

Namespace

Google \ Cloud \ GkeHub \ V1 \ RBACRoleBinding \ Role

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN

Value: 0

UNKNOWN

Generated from protobuf enum UNKNOWN = 0;

ADMIN

Value: 1

ADMIN has EDIT and RBAC permissions

Generated from protobuf enum ADMIN = 1;

EDIT

Value: 2

EDIT can edit all resources except RBAC

Generated from protobuf enum EDIT = 2;

VIEW

Value: 3

VIEW can only read resources

Generated from protobuf enum VIEW = 3;

ANTHOS_SUPPORT

Value: 4

ANTHOS_SUPPORT gives Google Support read-only access to a number of cluster resources.

Generated from protobuf enum ANTHOS_SUPPORT = 4;