Skip to content

Commit

Permalink
Merge pull request kubernetes#37903 from hangscer8/fix_api_concepts_typo
Browse files Browse the repository at this point in the history
[zh] Fix typo in api-concepts.md
  • Loading branch information
k8s-ci-robot authored Nov 15, 2022
2 parents 39022f3 + 0d2eeeb commit ecd6a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh-cn/docs/reference/using-api/api-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ Start at Exact
the resource version.
-->
从指定版本开始
: 以确切的资源版本开始 **watcH**。监视事件适用于提供的资源版本之后的所有更改。
: 以确切的资源版本开始 **watch**。监视事件适用于提供的资源版本之后的所有更改。
与 “Get State and Start at Most Recent” 和 “Get State and Start at Any” 不同,
**watch** 不会以所提供资源版本的合成 “添加” 事件启动。
由于客户端提供了资源版本,因此假定客户端已经具有起始资源版本的初始状态。
Expand Down

0 comments on commit ecd6a47

Please sign in to comment.