MCPcopy Create free account
hub / github.com/devfile/devworkspace-operator / WorkspaceRoleName

Function WorkspaceRoleName

pkg/common/naming.go:146–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func WorkspaceRoleName() string {
147 return "devworkspace-default-role"
148}
149
150func WorkspaceRolebindingName() string {
151 return "devworkspace-default-rolebinding"

Callers 11

common_test.goFile · 0.92
TestSyncRBACFunction · 0.92
syncRolebindingsFunction · 0.92
FinalizeRBACFunction · 0.92
generateDefaultRoleFunction · 0.92
cleanupDeprecatedRBACFunction · 0.92

Calls

no outgoing calls