From 451e9a5a3fd2497851e0b31fc7acbfe75a576968 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Sat, 4 Jun 2016 21:53:58 -0700 Subject: [PATCH] s/deep_copy/deepcopy/ Just a naming nit that was too hard to fixup-and-rebase. --- api_changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_changes.md b/api_changes.md index 35d7a545c..57787c723 100644 --- a/api_changes.md +++ b/api_changes.md @@ -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: - - `/zz_generated.deep_copy.go` containing auto-generated copy functions + - `/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