summaryrefslogtreecommitdiff
path: root/api_changes.md
diff options
context:
space:
mode:
authorJordan Liggitt <jliggitt@redhat.com>2016-09-08 16:21:58 -0400
committerJordan Liggitt <jliggitt@redhat.com>2016-09-09 15:56:08 -0400
commit60b3b6930fd561d3db24580c89ccc610cabfb216 (patch)
tree5763207e1b93ed301076562b5112ec6266d76738 /api_changes.md
parent8ff292ee604c8bbb3a63c46c80d3d80f4367a3a3 (diff)
Doc API group suffix, add test to catch new groups
Diffstat (limited to 'api_changes.md')
-rwxr-xr-xapi_changes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/api_changes.md b/api_changes.md
index 0b0b7987..afdbaae7 100755
--- a/api_changes.md
+++ b/api_changes.md
@@ -519,7 +519,7 @@ hack/update-codecgen.sh
This section is under construction, as we make the tooling completely generic.
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
+directory structure from `pkg/apis/authentication`. 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. See [docs on adding an API group](adding-an-APIGroup.md) for