diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-10-30 11:53:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-30 11:53:57 -0700 |
| commit | 64a16be6e952fe846be285ba701d5ddecb10f92f (patch) | |
| tree | a2da5f72c5aea6cab952ccd5a95dd6262d59daaa | |
| parent | a0d81523e35af4a29843e0410d53fe35ef0fde6b (diff) | |
| parent | 251f432481da1c74a19880b362f661c217bffabc (diff) | |
Merge pull request #1298 from php-coder/improve_api_changes
Automatic merge from submit-queue.
api_changes.md: update place with list of packages for protobuf
After renaming `k8s.io/kube-gen` package, the instruction got dated. As far I understand, now we need to modify `hack/update-generated-protobuf-dockerized.sh` script. This PR updates the instruction.
PTAL @sttts
CC @simo5
| -rw-r--r-- | contributors/devel/api_changes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/api_changes.md b/contributors/devel/api_changes.md index 1d686bbf..3f6116f2 100644 --- a/contributors/devel/api_changes.md +++ b/contributors/devel/api_changes.md @@ -595,7 +595,7 @@ Due to the fast changing nature of the project, the following content is probabl * You must add the new version to [hack/lib/init.sh#KUBE_AVAILABLE_GROUP_VERSIONS](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/hack/lib/init.sh#L53). * You must add the new version to - [staging/src/k8s.io/kube-gen/cmd/go-to-protobuf/protobuf/cmd.go](https://github.com/kubernetes/kubernetes/blob/2e6be8583d00916f1896d2b53e550162f1558ccf/staging/src/k8s.io/kube-gen/cmd/go-to-protobuf/protobuf/cmd.go#L64) + [hack/update-generated-protobuf-dockerized.sh](https://github.com/kubernetes/kubernetes/blob/v1.8.2/hack/update-generated-protobuf-dockerized.sh#L44) 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) |
