Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ SafeConcatName
Function
SafeConcatName
pkg/util/encoding/encoding.go:10–12 ·
view source on GitHub ↗
(name ...string)
Source
from the content-addressed store, hash-verified
8
)
9
10
func
SafeConcatName(name ...string) string {
11
return
SafeConcatNameMax(name, 63)
12
}
13
14
func
SafeConcatGenerateName(name ...string) string {
15
return
SafeConcatNameMax(name, 53) +
"-"
Callers
3
secretName
Function · 0.92
Convert
Function · 0.85
ConvertCommands
Function · 0.85
Calls
1
SafeConcatNameMax
Function · 0.85
Tested by
no test coverage detected