Automator: update istio.io@ reference docs (#16400)

This commit is contained in:
Istio Automation 2025-04-09 22:18:16 -04:00 committed by GitHub
parent 491dbac5ac
commit b2a860ed1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 34 additions and 6 deletions

View File

@ -2369,12 +2369,26 @@ to each HTTP request sent.</p>
</td>
</tr>
<tr id="MeshConfig-ExtensionProvider-HttpHeader-value">
<tr id="MeshConfig-ExtensionProvider-HttpHeader-value" class="oneof oneof-start">
<td><div class="field"><div class="name"><code><a href="#MeshConfig-ExtensionProvider-HttpHeader-value">value</a></code></div>
<div class="type">string</div>
<div class="type">string (oneof)</div>
</div></td>
<td>
<p>REQUIRED. The HTTP header value.</p>
<p>The HTTP header value.</p>
</td>
</tr>
<tr id="MeshConfig-ExtensionProvider-HttpHeader-env_name" class="oneof">
<td><div class="field"><div class="name"><code><a href="#MeshConfig-ExtensionProvider-HttpHeader-env_name">envName</a></code></div>
<div class="type">string (oneof)</div>
</div></td>
<td>
<p>The HTTP header value from the environment variable.</p>
<p>Warning:</p>
<ul>
<li>The environment variable must be set in the istiod pod spec.</li>
<li>This is not a end-to-end secure.</li>
</ul>
</td>
</tr>

View File

@ -2369,12 +2369,26 @@ to each HTTP request sent.</p>
</td>
</tr>
<tr id="MeshConfig-ExtensionProvider-HttpHeader-value">
<tr id="MeshConfig-ExtensionProvider-HttpHeader-value" class="oneof oneof-start">
<td><div class="field"><div class="name"><code><a href="#MeshConfig-ExtensionProvider-HttpHeader-value">value</a></code></div>
<div class="type">string</div>
<div class="type">string (oneof)</div>
</div></td>
<td>
<p>REQUIRED. The HTTP header value.</p>
<p>The HTTP header value.</p>
</td>
</tr>
<tr id="MeshConfig-ExtensionProvider-HttpHeader-env_name" class="oneof">
<td><div class="field"><div class="name"><code><a href="#MeshConfig-ExtensionProvider-HttpHeader-env_name">envName</a></code></div>
<div class="type">string (oneof)</div>
</div></td>
<td>
<p>The HTTP header value from the environment variable.</p>
<p>Warning:</p>
<ul>
<li>The environment variable must be set in the istiod pod spec.</li>
<li>This is not a end-to-end secure.</li>
</ul>
</td>
</tr>