Skip to content

Commit eead210

Browse files
authored
Merge pull request #47962 from my-git9/pp-13768
[zh-cn] sync common-parameters.md
2 parents 56e2fb1 + 22fb81b commit eead210

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/zh-cn/docs/reference/kubernetes-api/common-parameters/common-parameters.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ api_metadata:
66
content_type: "api_reference"
77
description: ""
88
title: "常用参数"
9-
weight: 11
9+
weight: 10
1010
---
1111
<!--
1212
api_metadata:
@@ -16,7 +16,7 @@ api_metadata:
1616
content_type: "api_reference"
1717
description: ""
1818
title: "Common Parameters"
19-
weight: 11
19+
weight: 10
2020
auto_generated: true
2121
-->
2222

@@ -70,10 +70,10 @@ When present, indicates that modifications should not be persisted. An invalid o
7070
## fieldManager {#fieldManager}
7171

7272
<!--
73-
fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://pkg.go.dev/unicode#IsPrint
73+
fieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint.
7474
-->
7575
fieldManager 是与进行这些更改的参与者或实体相关联的名称。
76-
长度小于或128个字符且仅包含可打印字符,如 https://pkg.go.dev/unicode#IsPrint 所定义。
76+
长度小于或128个字符且仅包含可打印字符,如 https://golang.org/pkg/unicode/#IsPrint 所定义。
7777

7878
<hr>
7979

@@ -170,9 +170,10 @@ object name and auth scope, such as for teams and projects
170170
## pretty {#pretty}
171171

172172
<!--
173-
If 'true', then the output is pretty printed.
173+
If 'true', then the output is pretty printed. Defaults to 'false' unless the user-agent indicates a browser or command-line HTTP tool (curl and wget).
174174
-->
175175
如果设置为 'true',那么输出是规范的打印。
176+
默认情况下为 false,除非用户代理声明是浏览器或命令行 HTTP 工具(如 curl 和 wget)。
176177

177178
<hr>
178179

0 commit comments

Comments
 (0)