//
pkg.gl
Category
k8s.io/kops
pkg
util
stringorset
package
1.32.0-beta.1
Repository:
https://github.com/kubernetes/kops.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
3
Files
76 SLOC
#
Functions
Of
Of will build a value that marshals to a JSON array if len(v) > 1, otherwise to a single string.
Set
Set will build a value that marshals to a JSON array.
String
String will build a value that marshals to a single string.
#
Structs
StringOrSet
StringOrSet is a type that holds a []string, but marshals to a []string or a string.