(workspaceId string)
| 113 | } |
| 114 | |
| 115 | func MetadataConfigMapName(workspaceId string) string { |
| 116 | return fmt.Sprintf("%s-metadata", workspaceId) |
| 117 | } |
| 118 | |
| 119 | // We can't add prefixes to automount volume names, as adding any characters |
| 120 | // can potentially push the name over the 63 character limit (if the original |
no outgoing calls
no test coverage detected