1
0
mirror of https://github.com/rancher/types.git synced 2025-09-01 13:18:20 +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

@@ -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),