1
0
mirror of https://github.com/rancher/types.git synced 2025-09-02 05:35:16 +00:00

Regenerate for proper keying in Lister

This commit is contained in:
Craig Jellick
2017-12-11 20:30:50 -07:00
committed by Darren Shepherd
parent 33f2e1ebdb
commit 007b83c082
31 changed files with 211 additions and 31 deletions

View File

@@ -31,7 +31,7 @@ func cloneProjectSchema(name string, schemas *types.Schemas) {
schema := schema.Schemas.Schema(&schema.Version, name)
copy := *schema
copy.Version = Version
schemas.AddSchema(&copy)
schemas.AddSchema(copy)
}
func nodeTypes(schemas *types.Schemas) *types.Schemas {