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