Skip to content

Commit 31ce0d7

Browse files
committed
[zh-cn]sync kubectl_diff
Signed-off-by: xin.li <[email protected]>
1 parent a14e83c commit 31ce0d7

File tree

1 file changed

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

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,11 @@ Process the directory used in -f, --filename recursively. Useful when you want t
192192
<tr>
193193
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
194194
<!--
195-
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.
195+
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.
196196
-->
197-
过滤所用的选择算符(标签查询),支持 '='、'==' 和 '!='。
198-
(例如 -l key1=value1,key2=value2)。匹配的对象必须满足所有指定的标签约束。
197+
过滤所用的选择算符(标签查询),支持 '='、'=='、'!='、'in' 和 'notin'。
198+
(例如 <code>-l key1=value1,key2=value2,key3 in (value3)</code>)。
199+
匹配的对象必须满足所有指定的标签约束。
199200
</p></td>
200201
</tr>
201202

0 commit comments

Comments
 (0)