Skip to content

Commit 3e8fc3b

Browse files
committed
[zh-cn]sync server-side-apply
Signed-off-by: xin.li <[email protected]>
1 parent 900d48e commit 3e8fc3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/reference/using-api/server-side-apply.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ kubectl apply --server-side --field-manager=my-manager [--dry-run=server]
10141014
<!--
10151015
## API implementation
10161016

1017-
The `PATCH` verb for a resource that supports Server-Side Apply can accepts the
1017+
The `PATCH` verb (for a resource that supports Server-Side Apply) accepts the
10181018
unofficial `application/apply-patch+yaml` content type. Users of Server-Side
10191019
Apply can send partially specified objects as YAML as the body of a `PATCH` request
10201020
to the URI of a resource. When applying a configuration, you should always include all the
@@ -1025,7 +1025,7 @@ In either case, use the media type `application/apply-patch+yaml` for the HTTP r
10251025
-->
10261026
## API 实现 {#api-implementation}
10271027

1028-
支持服务器端应用的资源的 `PATCH` 动词可以接受非官方的 `application/apply-patch+yaml` 内容类型。
1028+
`PATCH` 动词(支持服务器端应用的资源)接受非官方的 `application/apply-patch+yaml` 内容类型。
10291029
服务器端应用的用户可以将部分指定的对象以 YAML 格式作为 `PATCH` 请求的主体发送到资源的 URI。
10301030
应用配置时,你应该始终包含对要定义的结果(如所需状态)重要的所有字段。
10311031

0 commit comments

Comments
 (0)