1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-01 23:36:58 +00:00

Changes to generator for deepcopygen

This commit is contained in:
Darren Shepherd
2017-11-11 17:07:09 -07:00
parent f9b15a5e39
commit 591b663b2d
6 changed files with 80 additions and 7 deletions

View File

@@ -62,6 +62,7 @@ type APIVersion struct {
type Schema struct {
ID string `json:"id,omitempty"`
CodeName string `json:"-"`
PkgName string `json:"-"`
Type string `json:"type,omitempty"`
Links map[string]string `json:"links"`
Version APIVersion `json:"version"`