mirror of https://github.com/istio/istio.io.git
Automator: update istio.io@ reference docs (#9966)
This commit is contained in:
parent
4766963cbb
commit
c079b06066
|
@ -297,6 +297,17 @@ No
|
|||
<td><code>cni</code></td>
|
||||
<td><code><a href="#ComponentSpec">ComponentSpec</a></code></td>
|
||||
<td>
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
</td>
|
||||
</tr>
|
||||
<tr id="IstioComponentSetSpec-istiod_remote">
|
||||
<td><code>istiodRemote</code></td>
|
||||
<td><code><a href="#ComponentSpec">ComponentSpec</a></code></td>
|
||||
<td>
|
||||
<p>Remote cluster using an external control plane.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
No
|
||||
|
|
|
@ -527,7 +527,8 @@ to be applied to a cluster.</p>
|
|||
<td><code>uint32</code></td>
|
||||
<td>
|
||||
<p>The service port for which this cluster was generated. If
|
||||
omitted, applies to clusters for any port.</p>
|
||||
omitted, applies to clusters for any port.
|
||||
<strong>Note:</strong> for inbound cluster, it is the service target port.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
@ -541,7 +542,8 @@ No
|
|||
<p>The fully qualified service name for this cluster. If omitted,
|
||||
applies to clusters for any service. For services defined
|
||||
through service entries, the service name is same as the hosts
|
||||
defined in the service entry.</p>
|
||||
defined in the service entry.
|
||||
<strong>Note:</strong> for inbound cluster, this is ignored.</p>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue