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

Function DeploymentName

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

Source from the content-addressed store, hash-verified

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

Callers 7

doStopMethod · 0.92
ScaleDeploymentToZeroFunction · 0.92
getSpecDeploymentFunction · 0.92
GetClusterDeploymentFunction · 0.92

Calls

no outgoing calls

Tested by 1