package {{ .PackageName }} // Resource is the wire representation of {{ .KindName }}. (TODO be better) type Resource struct { {{- range .SubresourceNames }} {{ . }} {{ . }} `json:"{{ . | ToLower }}"`{{end}} }