[zh-cn]sync kubectl_diff

Signed-off-by: xin.li <xin.li@daocloud.io>
pull/51271/head
xin.li 2025-06-15 18:27:52 +08:00
parent a14e83cfa3
commit 31ce0d776b
1 changed files with 4 additions and 3 deletions

View File

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