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

Function PerWorkspacePVCName

pkg/common/naming.go:111–113  ·  view source on GitHub ↗
(workspaceId string)

Source from the content-addressed store, hash-verified

109}
110
111func PerWorkspacePVCName(workspaceId string) string {
112 return fmt.Sprintf("storage-%s", workspaceId)
113}
114
115func MetadataConfigMapName(workspaceId string) string {
116 return fmt.Sprintf("%s-metadata", workspaceId)

Calls

no outgoing calls