Module: Google::Cloud::GkeHub::V1::RBACRoleBinding::Role::PredefinedRoles

Defined in:
proto_docs/google/cloud/gkehub/v1/fleet.rb

Overview

PredefinedRoles is an ENUM representation of the default Kubernetes Roles

Constant Summary collapse

UNKNOWN =

UNKNOWN

0
ADMIN =

ADMIN has EDIT and RBAC permissions

1
EDIT =

EDIT can edit all resources except RBAC

2
VIEW =

VIEW can only read resources

3
ANTHOS_SUPPORT =

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

4