summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-05-11 16:12:27 -0700
committerGitHub <noreply@github.com>2018-05-11 16:12:27 -0700
commit643702eb4b4059bfcd5d133cc9f7e4761a4c1992 (patch)
treed8d79190b248ac04f5dfd8041803eec5a086d4df
parent9087a471e3b03f0043aead061d525966b61f3ba0 (diff)
parent0976dc30024544b69229b557b6afd1efbd8730c2 (diff)
Merge pull request #2145 from ravisantoshgudimetla/master
Remove confusing aggregator list comment
-rw-r--r--contributors/devel/api_changes.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/contributors/devel/api_changes.md b/contributors/devel/api_changes.md
index 2440902e..a111a98a 100644
--- a/contributors/devel/api_changes.md
+++ b/contributors/devel/api_changes.md
@@ -601,7 +601,6 @@ Due to the fast changing nature of the project, the following content is probabl
to generate protobuf IDL and marshallers.
* You must add the new version to
[cmd/kube-apiserver/app#apiVersionPriorities](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/cmd/kube-apiserver/app/aggregator.go#L172)
- to let the aggregator list it. This list will be removed before release 1.8.
* You must setup storage for the new version in
[pkg/registry/group_name/rest](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/pkg/registry/authentication/rest/storage_authentication.go)