s/deep_copy/deepcopy/
Just a naming nit that was too hard to fixup-and-rebase.
This commit is contained in:
parent
18d6af7c10
commit
451e9a5a3f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue