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

Function MetadataConfigMapName

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

Source from the content-addressed store, hash-verified

113}
114
115func 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

Callers 2

getSpecMetadataConfigMapFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected