diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2016-09-13 02:42:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-13 02:42:45 -0700 |
| commit | bdf35f8f96ed2d73f0a7a0d30d6c71501f99d3fd (patch) | |
| tree | d6c365e9a5bbcc242227d4b9dfff14107140f60b /api_changes.md | |
| parent | 57aa7022f10d287461dfc2c870355d3d77adb4e4 (diff) | |
| parent | 60b3b6930fd561d3db24580c89ccc610cabfb216 (diff) | |
Merge pull request #32315 from liggitt/api-group-suffix
Automatic merge from submit-queue
Doc API group suffix, add test to catch new groups
Spawned from discussion in https://github.com/kubernetes/kubernetes/pull/31887
Doc and add tests to ensure new API groups are suffixed.
Also changed the doc to reference an API group containing the suffix as a starting point for new API groups.
Diffstat (limited to 'api_changes.md')
| -rwxr-xr-x | api_changes.md | 2 |
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 |
