Skip to content

Commit e64498a

Browse files
Automator: update istio.io@ reference docs (#16698)
1 parent 3b62215 commit e64498a

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

content/en/docs/reference/config/annotations/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@
1111
This page presents the various resource <a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/">annotations</a> that
1212
Istio supports to control its behavior.
1313
</p>
14+
<h2 id="AmbientBypassInboundCapture">ambient.istio.io/bypass-inbound-capture</h2>
15+
<table class="annotations">
16+
<tbody>
17+
<tr>
18+
<th>Name</th>
19+
<td><code>ambient.istio.io/bypass-inbound-capture</code></td>
20+
</tr>
21+
<tr>
22+
<th>Feature Status</th>
23+
<td>Alpha</td>
24+
</tr>
25+
<tr>
26+
<th>Resource Types</th>
27+
<td>[Pod]</td>
28+
</tr>
29+
<tr>
30+
<th>Description</th>
31+
<td><p>When specified on a <code>Pod</code> enrolled in ambient mesh, only outbound traffic will be captured.
32+
This is intended to be used when enrolling a workload that only receives traffic from out-of-the-mesh clients, such as third party ingress controllers.</p>
33+
</td>
34+
</tr>
35+
</tbody>
36+
</table>
1437
<h2 id="AmbientRedirection">ambient.istio.io/redirection</h2>
1538
<table class="annotations">
1639
<tbody>

content/zh/docs/reference/config/annotations/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@
1111
This page presents the various resource <a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/">annotations</a> that
1212
Istio supports to control its behavior.
1313
</p>
14+
<h2 id="AmbientBypassInboundCapture">ambient.istio.io/bypass-inbound-capture</h2>
15+
<table class="annotations">
16+
<tbody>
17+
<tr>
18+
<th>Name</th>
19+
<td><code>ambient.istio.io/bypass-inbound-capture</code></td>
20+
</tr>
21+
<tr>
22+
<th>Feature Status</th>
23+
<td>Alpha</td>
24+
</tr>
25+
<tr>
26+
<th>Resource Types</th>
27+
<td>[Pod]</td>
28+
</tr>
29+
<tr>
30+
<th>Description</th>
31+
<td><p>When specified on a <code>Pod</code> enrolled in ambient mesh, only outbound traffic will be captured.
32+
This is intended to be used when enrolling a workload that only receives traffic from out-of-the-mesh clients, such as third party ingress controllers.</p>
33+
</td>
34+
</tr>
35+
</tbody>
36+
</table>
1437
<h2 id="AmbientRedirection">ambient.istio.io/redirection</h2>
1538
<table class="annotations">
1639
<tbody>

0 commit comments

Comments
 (0)