blob: bf7b27c53f2149fafaee61e103298da1a98594c8 [file] [log] [blame]
package listtype
// +k8s:openapi-gen=true
type SetList struct {
// +listType=set
Field []string
}