public enum RBACRoleBinding.Role.PredefinedRoles extends Enum<RBACRoleBinding.Role.PredefinedRoles> implements ProtocolMessageEnumPredefinedRoles is an ENUM representation of the default Kubernetes Roles
Protobuf enum google.cloud.gkehub.v1.RBACRoleBinding.Role.PredefinedRoles
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ADMIN |
ADMIN has EDIT and RBAC permissions |
ADMIN_VALUE |
ADMIN has EDIT and RBAC permissions |
ANTHOS_SUPPORT |
ANTHOS_SUPPORT gives Google Support read-only access to a number of cluster resources. |
ANTHOS_SUPPORT_VALUE |
ANTHOS_SUPPORT gives Google Support read-only access to a number of cluster resources. |
EDIT |
EDIT can edit all resources except RBAC |
EDIT_VALUE |
EDIT can edit all resources except RBAC |
UNKNOWN |
UNKNOWN |
UNKNOWN_VALUE |
UNKNOWN |
UNRECOGNIZED |
|
VIEW |
VIEW can only read resources |
VIEW_VALUE |
VIEW can only read resources |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|