MCPcopy
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

32type arrayParam []string
33
34func (ap *arrayParam) String() string {
35 return strings.Join(*ap, " - ")
36}
37
38func (ap *arrayParam) Set(value string) error {
39 *ap = append(*ap, value)

Callers 8

schemaPathFunction · 0.45
TestTapWriteFunction · 0.45
TestPrettyTextWriteFunction · 0.45
TestTextWriteFunction · 0.45
TestJSONWriteFunction · 0.45
TestJunitWriteFunction · 0.45
FromFlagsFunction · 0.45
kubeconformFunction · 0.45

Calls

no outgoing calls

Tested by 5

TestTapWriteFunction · 0.36
TestPrettyTextWriteFunction · 0.36
TestTextWriteFunction · 0.36
TestJSONWriteFunction · 0.36
TestJunitWriteFunction · 0.36