Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yannh/kubeconform
/ String
Method
String
pkg/config/config.go:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
type
arrayParam []string
33
34
func
(ap *arrayParam) String() string {
35
return
strings.Join(*ap,
" - "
)
36
}
37
38
func
(ap *arrayParam) Set(value string) error {
39
*ap = append(*ap, value)
Callers
8
schemaPath
Function · 0.45
TestTapWrite
Function · 0.45
TestPrettyTextWrite
Function · 0.45
TestTextWrite
Function · 0.45
TestJSONWrite
Function · 0.45
TestJunitWrite
Function · 0.45
FromFlags
Function · 0.45
kubeconform
Function · 0.45
Calls
no outgoing calls
Tested by
5
TestTapWrite
Function · 0.36
TestPrettyTextWrite
Function · 0.36
TestTextWrite
Function · 0.36
TestJSONWrite
Function · 0.36
TestJunitWrite
Function · 0.36