summaryrefslogtreecommitdiff
path: root/api_changes.md
diff options
context:
space:
mode:
authorPiotr Szczesniak <pszczesniak@google.com>2015-08-27 10:50:50 +0200
committerPiotr Szczesniak <pszczesniak@google.com>2015-08-27 10:50:50 +0200
commitcda298a5a0c75419481754b80077d77fbf23b7e8 (patch)
tree01b44dcbe2ae311b651464c7a4c93c2ee17bce08 /api_changes.md
parent9f072bfee1680519bd871b679ad344ac07515831 (diff)
Revert "LimitRange updates for Resource Requirements Requests"
Diffstat (limited to 'api_changes.md')
-rw-r--r--api_changes.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/api_changes.md b/api_changes.md
index 709f8c2c..72c38b7f 100644
--- a/api_changes.md
+++ b/api_changes.md
@@ -345,22 +345,6 @@ generator to create it from scratch.
Unsurprisingly, adding manually written conversion also requires you to add tests to
`pkg/api/<version>/conversion_test.go`.
-## Edit deep copy files
-
-At this point you have both the versioned API changes and the internal
-structure changes done. You now need to generate code to handle deep copy
-of your versioned api objects.
-
-The deep copy code resides with each versioned API:
- - `pkg/api/<version>/deep_copy_generated.go` containing auto-generated copy functions
-
-To regenerate them:
- - run
-
-```sh
-hack/update-generated-deep-copies.sh
-```
-
## Update the fuzzer
Part of our testing regimen for APIs is to "fuzz" (fill with random values) API