Skip to content

Commit 2df10df

Browse files
authored
Merge pull request #51088 from my-git9/npa-3253
[zh-cn]sync kubectl_create/_index.md
2 parents fe3ca60 + dad1c58 commit 2df10df

File tree

1 file changed

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

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,11 @@ If true, the configuration of current object will be saved in its annotation. Ot
207207
<tr>
208208
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
209209
<!--
210-
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.
210+
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.
211211
-->
212-
过滤所用的选择算符(标签查询),支持 '='、'==' 和 '!='。
213-
(例如 -l key1=value1,key2=value2)。匹配的对象必须满足所有指定的标签约束。
212+
过滤所用的选择算符(标签查询),支持 '='、'=='、'!='、'in' 和 'notin'。
213+
(例如 <code>-l key1=value1,key2=value2,key3 in (value3)</code>)。
214+
匹配的对象必须满足所有指定的标签约束。
214215
</p></td>
215216
</tr>
216217

0 commit comments

Comments
 (0)