Skip to content

Commit 444891c

Browse files
committed
[zh-cn]sync kubectl_get/_index
Signed-off-by: xin.li <[email protected]>
1 parent afa2e6c commit 444891c

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,10 @@ Process the directory used in -f, --filename recursively. Useful when you want t
295295
<tr>
296296
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
297297
<!--
298-
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.
298+
Selector (label query) to filter on, supports '=', '==', '!=', 'in', 'notin'.(e.g. -l key1=value1,key2=value2,key3 in (value3)). Matching objects must satisfy all of the specified label constraints.
299299
-->
300-
过滤所用的选择算符(标签查询),支持 '='、'==' 和 '!='。
301-
(例如 -l key1=value1,key2=value2)。匹配的对象必须满足所有指定的标签约束。
300+
过滤所用的选择算符(标签查询),支持 '='、'=='、'!='、'in' 和 'notin'。
301+
(例如 -l key1=value1,key2=value2,key3 in (value3))。匹配的对象必须满足所有指定的标签约束。
302302
</p></td>
303303
</tr>
304304

@@ -370,7 +370,7 @@ If non-empty, sort list types using this field specification. The field specifi
370370
<tr>
371371
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
372372
<!--
373-
If specified, gets the subresource of the requested object. This flag is beta and may change in the future.
373+
If specified, gets the subresource of the requested object.
374374
-->
375375
如果指定,则读取所请求对象的指定子资源。
376376
此标志处于 Beta 阶段,未来可能会有所变化。

0 commit comments

Comments
 (0)