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 \ RoleMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNKNOWN
Value: 0UNKNOWN
Generated from protobuf enum UNKNOWN = 0;
ADMIN
Value: 1ADMIN has EDIT and RBAC permissions
Generated from protobuf enum ADMIN = 1;
EDIT
Value: 2EDIT can edit all resources except RBAC
Generated from protobuf enum EDIT = 2;
VIEW
Value: 3VIEW can only read resources
Generated from protobuf enum VIEW = 3;
ANTHOS_SUPPORT
Value: 4ANTHOS_SUPPORT gives Google Support read-only access to a number of cluster resources.
Generated from protobuf enum ANTHOS_SUPPORT = 4;