blob: 9029ece0136d6e365b4bae380416ccfb53b66056 [file] [log] [blame]
package listtype
// +k8s:openapi-gen=true
type AtomicList struct {
// +listType=atomic
Field []string
}