diff options
| author | ravisantoshgudimetla <ravisantoshgudimetla@gmail.com> | 2018-05-11 16:54:18 -0400 |
|---|---|---|
| committer | ravisantoshgudimetla <ravisantoshgudimetla@gmail.com> | 2018-05-11 16:55:37 -0400 |
| commit | 0976dc30024544b69229b557b6afd1efbd8730c2 (patch) | |
| tree | d8d79190b248ac04f5dfd8041803eec5a086d4df | |
| parent | 9087a471e3b03f0043aead061d525966b61f3ba0 (diff) | |
Remove confusing aggregator list comment
| -rw-r--r-- | contributors/devel/api_changes.md | 1 |
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) |
