diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-10-26 18:17:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-26 18:17:08 -0700 |
| commit | 21149366536203bbbc29c5eeca47fbac506200a5 (patch) | |
| tree | 92b0c340957f247fa584ef071c2be6ea65ffc087 | |
| parent | d109fde142d36f1863ab336eef85060a1ee4115b (diff) | |
| parent | 21db3a1fb0612ca19c103925394a4772efcc322c (diff) | |
Merge pull request #1282 from nikhita/api-changes-proto-script
Automatic merge from submit-queue.
api-changes: update proto script
There is no script called `hack/update-codecgen.sh` anymore and the proto files are generated using `hack/update-generated-protobuf.sh`.
| -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 924f8735..1d686bbf 100644 --- a/contributors/devel/api_changes.md +++ b/contributors/devel/api_changes.md @@ -576,7 +576,7 @@ The auto-generated code resides with each versioned API: To regenerate them run: ```sh -hack/update-codecgen.sh +hack/update-generated-protobuf.sh ``` ## Making a new API Version |
