(workspaceId string)
| 97 | } |
| 98 | |
| 99 | func DeploymentName(workspaceId string) string { |
| 100 | return workspaceId |
| 101 | } |
| 102 | |
| 103 | func ServingCertVolumeName(serviceName string) string { |
| 104 | return fmt.Sprintf("devworkspace-serving-cert-%s", serviceName) |
no outgoing calls