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

Function WorkspaceRolebindingName

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

Source from the content-addressed store, hash-verified

148}
149
150func WorkspaceRolebindingName() string {
151 return "devworkspace-default-rolebinding"
152}
153
154func WorkspaceSCCRoleName(sccName string) string {
155 return fmt.Sprintf("devworkspace-use-%s", sccName)

Calls

no outgoing calls