1
0
mirror of https://github.com/rancher/types.git synced 2025-06-26 13:41:33 +00:00

Update vendor

This commit is contained in:
Darren Shepherd 2017-11-13 16:09:22 -07:00
parent 3a316cd4f0
commit ee99da3105
2 changed files with 1 additions and 5 deletions

View File

@ -3,4 +3,4 @@ github.com/rancher/types
k8s.io/kubernetes v1.8.3 transitive=true,staging=true
bitbucket.org/ww/goautoneg a547fc61f48d567d5b4ec6f8aee5573d8efce11d https://github.com/rancher/goautoneg.git
github.com/rancher/norman 69589bf00bfd81f9baa3b2d1ec6cccbe26bc7499
github.com/rancher/norman cad01ba487d6c071911c619babc45ae80c252229

View File

@ -138,10 +138,6 @@ func generateController(outputDir string, schema *types.Schema, schemas *types.S
return err
}
if schema.InternalSchema != nil {
schema = schema.InternalSchema
}
return typeTemplate.Execute(output, map[string]interface{}{
"schema": schema,
"structFields": getTypeMap(schema, schemas),