Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SystemKcpClusterWorkspaceAccessGroup is a group that gives a user basic access to a workspace. // It does not give them any permissions in the workspace. SystemKcpClusterWorkspaceAccessGroup = "system:kcp:clusterworkspace:access" // SystemKcpClusterWorkspaceAdminGroup is an admin group per cluster workspace. Members of this group have all permissions // in the referenced cluster workspace (capped by maximal permission policy). SystemKcpClusterWorkspaceAdminGroup = "system:kcp:clusterworkspace:admin" // SystemKcpAdminGroup is global admin group. Members of this group have all permissions across all cluster workspaces. SystemKcpAdminGroup = "system:kcp:admin" )
Variables ¶
This section is empty.
Functions ¶
func Policy ¶
func Policy() *rbacrest.PolicyData
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.