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:
committed by
Darren Shepherd
parent
33f2e1ebdb
commit
007b83c082
@@ -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(©)
|
||||
schemas.AddSchema(copy)
|
||||
}
|
||||
|
||||
func nodeTypes(schemas *types.Schemas) *types.Schemas {
|
||||
|
Reference in New Issue
Block a user