diff options
| author | Xianglin Gao <xlgao@zju.edu.cn> | 2016-08-11 11:14:09 +0800 |
|---|---|---|
| committer | Xianglin Gao <xlgao@zju.edu.cn> | 2016-08-11 11:14:09 +0800 |
| commit | f2756d89ce32b66070c7adeb825c1996a7adf724 (patch) | |
| tree | 35e70c6d8d4238e713651c81b705af37521c44be /api_changes.md | |
| parent | bdee91508b57d038634505be9944d6ac20c9e5a3 (diff) | |
fix mistakes in api changes
Signed-off-by: Xianglin Gao <xlgao@zju.edu.cn>
Diffstat (limited to 'api_changes.md')
| -rwxr-xr-x | api_changes.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api_changes.md b/api_changes.md index c1ce5563..cd19c55d 100755 --- a/api_changes.md +++ b/api_changes.md @@ -493,7 +493,7 @@ hack/update-generated-protobuf.sh The vast majority of objects will not need any consideration when converting to protobuf, but be aware that if you depend on a Golang type in the standard -library there may be additional work requried, although in practice we typically +library there may be additional work required, although in practice we typically use our own equivalents for JSON serialization. The `pkg/api/serialization_test.go` will verify that your protobuf serialization preserves all fields - be sure to run it several times to ensure there are no incompletely calculated fields. @@ -752,7 +752,7 @@ The latter requires that all objects in the same API group as `Frobber` to be replicated in the new version, `v6alpha2`. This also requires user to use a new client which uses the other version. Therefore, this is not a preferred option. -A releated issue is how a cluster manager can roll back from a new version +A related issue is how a cluster manager can roll back from a new version with a new feature, that is already being used by users. See https://github.com/kubernetes/kubernetes/issues/4855. |
