Skip to content

Commit c6a4ac6

Browse files
committed
Design review findings
1 parent b09f7e5 commit c6a4ac6

File tree

3 files changed

+232
-221
lines changed

3 files changed

+232
-221
lines changed

doc/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2744,10 +2744,10 @@ <h3 id="metalstack.api.v2.IPQuery">IPQuery</h3>
27442744
</tr>
27452745

27462746
<tr>
2747-
<td>tags</td>
2748-
<td><a href="#string">string</a></td>
2749-
<td>repeated</td>
2750-
<td><p>Tags for which this ips should get filtered </p></td>
2747+
<td>labels</td>
2748+
<td><a href="#metalstack.api.v2.Labels">Labels</a></td>
2749+
<td>optional</td>
2750+
<td><p>Labels for which this ips should get filtered </p></td>
27512751
</tr>
27522752

27532753
<tr>
@@ -2824,10 +2824,10 @@ <h3 id="metalstack.api.v2.IPServiceCreateRequest">IPServiceCreateRequest</h3>
28242824
</tr>
28252825

28262826
<tr>
2827-
<td>tags</td>
2828-
<td><a href="#string">string</a></td>
2829-
<td>repeated</td>
2830-
<td><p>Tags to put onto the ip </p></td>
2827+
<td>labels</td>
2828+
<td><a href="#metalstack.api.v2.Labels">Labels</a></td>
2829+
<td>optional</td>
2830+
<td><p>Labels to put onto the ip </p></td>
28312831
</tr>
28322832

28332833
<tr>
@@ -3086,10 +3086,10 @@ <h3 id="metalstack.api.v2.IPServiceUpdateRequest">IPServiceUpdateRequest</h3>
30863086
</tr>
30873087

30883088
<tr>
3089-
<td>tags</td>
3090-
<td><a href="#string">string</a></td>
3091-
<td>repeated</td>
3092-
<td><p>Tags on this ip </p></td>
3089+
<td>labels</td>
3090+
<td><a href="#metalstack.api.v2.Labels">Labels</a></td>
3091+
<td>optional</td>
3092+
<td><p>Labels on this ip </p></td>
30933093
</tr>
30943094

30953095
</tbody>

0 commit comments

Comments
 (0)