MCPcopy 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
10func SafeConcatName(name ...string) string {
11 return SafeConcatNameMax(name, 63)
12}
13
14func SafeConcatGenerateName(name ...string) string {
15 return SafeConcatNameMax(name, 53) + "-"

Callers 3

secretNameFunction · 0.92
ConvertFunction · 0.85
ConvertCommandsFunction · 0.85

Calls 1

SafeConcatNameMaxFunction · 0.85

Tested by

no test coverage detected