mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#14848)
This commit is contained in:
parent
de2600dcc8
commit
6643350e8f
|
@ -7137,7 +7137,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
|
|||
<tr>
|
||||
<td><code>--for <string></code></td>
|
||||
<td></td>
|
||||
<td>Specify the traffic type [none service workload all] for the waypoint (default `service`)</td>
|
||||
<td>Specify the traffic type [service workload all none] for the waypoint (default `service`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--gateway-class <string></code></td>
|
||||
|
|
|
@ -603,6 +603,13 @@ Do not specify <code>PluginPhase</code> if the plugin is independent of others.<
|
|||
<td>
|
||||
<p>Insert plugin before Istio stats filters and after Istio authorization filters.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="PluginPhase-INITIAL">
|
||||
<td><code>INITIAL</code></td>
|
||||
<td>
|
||||
<p>Insert plugin at the start of the filter chain.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -7137,7 +7137,7 @@ Retrieves last sent and last acknowledged xDS sync from Istiod to each Envoy in
|
|||
<tr>
|
||||
<td><code>--for <string></code></td>
|
||||
<td></td>
|
||||
<td>Specify the traffic type [none service workload all] for the waypoint (default `service`)</td>
|
||||
<td>Specify the traffic type [service workload all none] for the waypoint (default `service`)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>--gateway-class <string></code></td>
|
||||
|
|
|
@ -603,6 +603,13 @@ Do not specify <code>PluginPhase</code> if the plugin is independent of others.<
|
|||
<td>
|
||||
<p>Insert plugin before Istio stats filters and after Istio authorization filters.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="PluginPhase-INITIAL">
|
||||
<td><code>INITIAL</code></td>
|
||||
<td>
|
||||
<p>Insert plugin at the start of the filter chain.</p>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue