Skip to content

Commit 0b38a1e

Browse files
committed
Bump v3 API docs version release-candidate
1 parent 139bab1 commit 0b38a1e

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

version/release-candidate/index.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11047,6 +11047,9 @@ <h3 id="the-manifest-schema">The manifest schema</h3>
1104711047
<span class="pi">-</span> <span class="na">route</span><span class="pi">:</span> <span class="s">route.example.com</span>
1104811048
<span class="pi">-</span> <span class="na">route</span><span class="pi">:</span> <span class="s">another-route.example.com</span>
1104911049
<span class="na">protocol</span><span class="pi">:</span> <span class="s">http2</span>
11050+
<span class="pi">-</span> <span class="na">route</span><span class="pi">:</span> <span class="s">route-with-options.example.com</span>
11051+
<span class="na">options</span><span class="pi">:</span>
11052+
<span class="na">loadbalancing</span><span class="pi">:</span> <span class="s">least-connection</span>
1105011053
<span class="na">services</span><span class="pi">:</span>
1105111054
<span class="pi">-</span> <span class="s">my-service1</span>
1105211055
<span class="pi">-</span> <span class="s">my-service2</span>
@@ -11315,7 +11318,30 @@ <h4 id="route-level-configuration"><a name="space-manifest-route-level-configura
1131511318
<tr>
1131611319
<td><strong>protocol</strong></td>
1131711320
<td><em>string</em></td>
11318-
<td>Protocol to use for this route. Valid protocols are <code class="prettyprint">http1</code>, <code class="prettyprint">http2</code>, and <code class="prettyprint">tcp</code>.</td>
11321+
<td>Protocol to use for this route. Valid protocols are <code class="prettyprint">http1</code>, <code class="prettyprint">http2</code>, and <code class="prettyprint">tcp</code></td>
11322+
</tr>
11323+
<tr>
11324+
<td><strong>options</strong></td>
11325+
<td><em>object</em></td>
11326+
<td>A key-value mapping of configuration <a href="#space-manifest-per-route-options-level-configuration">options</a> to be applied to the specific application route</td>
11327+
</tr>
11328+
</tbody></table>
11329+
11330+
<h4 id="per-route-options-level-configuration"><a name="space-manifest-per-route-options-level-configuration"></a> Per-Route Options-level configuration</h4>
11331+
11332+
<p>This configuration allows additional key-value options for the specific application route.</p>
11333+
11334+
<table><thead>
11335+
<tr>
11336+
<th>Name</th>
11337+
<th>Type</th>
11338+
<th>Description</th>
11339+
</tr>
11340+
</thead><tbody>
11341+
<tr>
11342+
<td><strong>loadbalancing</strong></td>
11343+
<td><em>string</em></td>
11344+
<td>The load-balancer associated with this route. Valid values are <code class="prettyprint">round-robin</code> and <code class="prettyprint">least-connection</code></td>
1131911345
</tr>
1132011346
</tbody></table>
1132111347

0 commit comments

Comments
 (0)