s/deep_copy/deepcopy/

Just a naming nit that was too hard to fixup-and-rebase.
This commit is contained in:
Tim Hockin
2016-06-04 21:53:58 -07:00
parent 1bd3918c15
commit 9dd337d119
3 changed files with 23 additions and 23 deletions

View File

@@ -470,7 +470,7 @@ hack/update-codegen.sh
As part of the build, kubernetes will also generate code to handle deep copy of
your versioned api objects. The deep copy code resides with each versioned API:
- `<path_to_versioned_api>/zz_generated.deep_copy.go` containing auto-generated copy functions
- `<path_to_versioned_api>/zz_generated.deepcopy.go` containing auto-generated copy functions
If regeneration is somehow not possible due to compile errors, the easiest
workaround is to comment out the code causing errors and let the script to