summaryrefslogtreecommitdiff
path: root/api_changes.md
diff options
context:
space:
mode:
authorTim Hockin <thockin@google.com>2016-06-27 01:33:46 -0700
committerTim Hockin <thockin@google.com>2016-07-07 22:09:08 -0700
commit3891f09e19b01250290371947375e36578947c87 (patch)
tree417e3322c779d34239f590c52af42b0ffac5e4ef /api_changes.md
parentb35f3aa8f56de69e8a0c241c28b8e4bd8bedd94e (diff)
small docs update
Diffstat (limited to 'api_changes.md')
-rw-r--r--api_changes.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/api_changes.md b/api_changes.md
index d5ead760..35d7a545 100644
--- a/api_changes.md
+++ b/api_changes.md
@@ -522,9 +522,8 @@ At the moment, you'll have to make a new directory under `pkg/apis/`; copy the
directory structure from `pkg/apis/extensions`. Add the new group/version to all
of the `hack/{verify,update}-generated-{deep-copy,conversions,swagger}.sh` files
in the appropriate places--it should just require adding your new group/version
-to a bash array. You will also need to make sure your new types are imported by
-the generation commands (`cmd/gendeepcopy/` & `cmd/genconversion`). These
-instructions may not be complete and will be updated as we gain experience.
+to a bash array. See [docs on adding an API group](adding-an-APIGroup.md) for
+more.
Adding API groups outside of the `pkg/apis/` directory is not currently
supported, but is clearly desirable. The deep copy & conversion generators need