mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
s/deep_copy/deepcopy/
Just a naming nit that was too hard to fixup-and-rebase.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user