Skip to content

Commit b304503

Browse files
authored
Merge pull request #50943 from my-git9/npa-2666
[zh-cn]sync kubectl_describe kubectl_edit
2 parents 55af61b + d93e913 commit b304503

File tree

2 files changed

+4
-4
lines changed
  • content/zh-cn/docs/reference/kubectl/generated

2 files changed

+4
-4
lines changed

content/zh-cn/docs/reference/kubectl/generated/kubectl_describe/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@ Process the directory used in -f, --filename recursively. Useful when you want t
169169
<!--
170170
Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2). Matching objects must satisfy all of the specified label constraints.
171171
-->
172-
过滤所用的选择算符(标签查询),支持 '='、'==' 和 '!='。
173-
(例如 -l key1=value1,key2=value2)。匹配的对象必须满足所有指定的标签约束。
172+
过滤所用的选择算符(标签查询),支持 '='、'=='、'!='、'in' 和 'notin'。
173+
(例如 -l key1=value1,key2=value2,key3 in (value3))。
174+
匹配的对象必须满足所有指定的标签约束。
174175
</p></td>
175176
</tr>
176177

content/zh-cn/docs/reference/kubectl/generated/kubectl_edit/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,9 @@ If true, keep the managedFields when printing objects in JSON or YAML format.
232232
<td></td><td style="line-height: 130%; word-wrap: break-word;">
233233
<p>
234234
<!--
235-
If specified, edit will operate on the subresource of the requested object. This flag is beta and may change in the future.
235+
If specified, edit will operate on the subresource of the requested object.
236236
-->
237237
如果指定,edit 将对所请求对象的子资源进行操作。
238-
该标志处于 Beta 状态,将来可能会发生变化。
239238
</p></td>
240239
</tr>
241240

0 commit comments

Comments
 (0)