Don't rename api imports in conversions

This commit is contained in:
Tim Hockin 2015-05-14 17:38:08 -07:00
parent 31b44ff68f
commit bb07a8b81e
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ regenerate auto-generated ones. To regenerate them:
```
- replace all conversion functions (convert\* functions) in the
`pkg/api/<version>/conversion_generated.go` with the contents of \<file1.txt\>
- replace arguments of `newer.Scheme.AddGeneratedConversionFuncs` in the
- replace arguments of `api.Scheme.AddGeneratedConversionFuncs` in the
`pkg/api/<version>/conversion_generated.go` with the contents of \<file2.txt\>
Unsurprisingly, adding manually written conversion also requires you to add tests to