Skip to content

Commit dd3b58a

Browse files
committed
[zh-cn]sync kubectl_set_env.md
Signed-off-by: xin.li <xin.li@daocloud.io>
1 parent 09a6259 commit dd3b58a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh-cn/docs/reference/kubectl/generated/kubectl_set/kubectl_set_env.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,10 @@ If true, show secret or configmap references when listing variables
330330
<tr>
331331
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
332332
<!--
333-
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.
333+
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.
334334
-->
335-
过滤所用的选择算符(标签查询),支持 '='、'==' 和 '!='。
336-
(例如 -l key1=value1,key2=value2)。匹配的对象必须满足所有指定的标签约束。
335+
过滤所用的选择算符(标签查询),支持 '='、'=='、'!='、'in' 和 'notin'。
336+
(例如 -l key1=value1,key2=value2,key3 in (value3))。匹配的对象必须满足所有指定的标签约束。
337337
</p></td>
338338
</tr>
339339

0 commit comments

Comments
 (0)