diff options
| author | Chao Xu <caesarxuchao@users.noreply.github.com> | 2017-07-21 09:49:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-21 09:49:51 -0700 |
| commit | 732cecfc69523145ca46f88eb56c06cd1211caa8 (patch) | |
| tree | 5927a0ac8ad0a96c1c851080bbc5490c9a8894e3 | |
| parent | 8797ac8ddc9e3d1033e2d77d8e51d7ad12a7ca78 (diff) | |
| parent | c75bd53891e042a9baa56ffee87c0e70d1503867 (diff) | |
Merge pull request #826 from caesarxuchao/update
Minor updates to api-changes.md
| -rwxr-xr-x | contributors/devel/api_changes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/api_changes.md b/contributors/devel/api_changes.md index 0fbb451d..3d9f1e18 100755 --- a/contributors/devel/api_changes.md +++ b/contributors/devel/api_changes.md @@ -595,11 +595,11 @@ Due to the fast changing nature of the project, the following content is probabl * You can control if the version is enabled by default by update [pkg/master/master.go](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/pkg/master/master.go#L381). * You must add the new version to - [pkg/apis/<group>/install/install.go](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/pkg/apis/apps/install/install.go). + [pkg/apis/group_name/install/install.go](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/pkg/apis/apps/install/install.go). * 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 - [cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go](https://github.com/kubernetes/kubernetes/blob/v1.8.0-alpha.2/cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go#L64) + [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) 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) |
