1
0
mirror of https://github.com/rancher/types.git synced 2025-09-02 21:54:22 +00:00

Fix listmeta

This commit is contained in:
Darren Shepherd
2017-11-13 14:31:54 -07:00
parent ebe3c76ce9
commit 2cc7dfb96b
10 changed files with 26 additions and 26 deletions

View File

@@ -33,7 +33,7 @@ var (
type {{.schema.CodeName}}List struct {
metav1.TypeMeta %BACK%json:",inline"%BACK%
metav1.ObjectMeta %BACK%json:"metadata,omitempty"%BACK%
metav1.ListMeta %BACK%json:"metadata,omitempty"%BACK%
Items []{{.schema.CodeName}}
}