Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Commit

Permalink
add description for node's selector
Browse files Browse the repository at this point in the history
  • Loading branch information
allen-lj authored and ludanfeng committed Sep 1, 2020
1 parent 9806285 commit 9d19e3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_static/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,8 @@ <h3 id="-5">Request Parameters</h3>
<tr>
<td>selector</td>
<td>No</td>
<td>abc=test</td>
<td>For example, selector="env=test,project=java" means to match nodes whose env label is test and the project label is java.
selector="env in(dev,test),project=java" means to match nodes whose project label is java and the env label is dev or test.</td>
<td>query by labels</td>
</tr>
<tr>
Expand Down

0 comments on commit 9d19e3a

Please sign in to comment.