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

This commit is contained in:
Istio Automation 2023-10-03 19:16:35 -07:00 committed by GitHub
parent 7210a0ddce
commit ba0cc509c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 94 additions and 76 deletions

View File

@ -822,6 +822,12 @@ These environment variables affect the behavior of the <code>install-cni</code>
<td>If enabled, publishes metrics for queue depth, latency and processing times.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -6820,6 +6820,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -539,6 +539,12 @@ These environment variables affect the behavior of the <code>operator</code> com
<td>If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -1381,6 +1381,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -707,6 +707,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td>If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -2421,8 +2421,7 @@ No
<section>
<p>A label selector is a label query over a set of resources. The result of matchLabels and
matchExpressions are ANDed. An empty label selector matches all objects. A null
label selector matches no objects.
+structType=atomic</p>
label selector matches no objects.</p>
<table class="message-fields">
<thead>
@ -2440,8 +2439,7 @@ label selector matches no objects.
<td>
<p>matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is &ldquo;key&rdquo;, the
operator is &ldquo;In&rdquo;, and the values array contains only &ldquo;value&rdquo;. The requirements are ANDed.
+optional</p>
operator is &ldquo;In&rdquo;, and the values array contains only &ldquo;value&rdquo;. The requirements are ANDed.</p>
</td>
<td>
@ -2452,8 +2450,7 @@ No
<td><code>matchExpressions</code></td>
<td><code><a href="#k8s-io-apimachinery-pkg-apis-meta-v1-LabelSelectorRequirement">LabelSelectorRequirement[]</a></code></td>
<td>
<p>matchExpressions is a list of label selector requirements. The requirements are ANDed.
+optional</p>
<p>matchExpressions is a list of label selector requirements. The requirements are ANDed.</p>
</td>
<td>

View File

@ -3937,8 +3937,7 @@ No
<td><code>bool</code></td>
<td>
<p>Mounted read-only if true, read-write otherwise (false or unspecified).
Defaults to false.
+optional</p>
Defaults to false.</p>
</td>
<td>
@ -3962,8 +3961,7 @@ No
<td><code>string</code></td>
<td>
<p>Path within the volume from which the container&rsquo;s volume should be mounted.
Defaults to &quot;&quot; (volume&rsquo;s root).
+optional</p>
Defaults to &quot;&quot; (volume&rsquo;s root).</p>
</td>
<td>
@ -3977,8 +3975,7 @@ No
<p>mountPropagation determines how mounts are propagated from the host
to container and the other way around.
When not set, MountPropagationNone is used.
This field is beta in 1.10.
+optional</p>
This field is beta in 1.10.</p>
</td>
<td>
@ -3992,8 +3989,7 @@ No
<p>Expanded path within the volume from which the container&rsquo;s volume should be mounted.
Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container&rsquo;s environment.
Defaults to &quot;&quot; (volume&rsquo;s root).
SubPathExpr and SubPath are mutually exclusive.
+optional</p>
SubPathExpr and SubPath are mutually exclusive.</p>
</td>
<td>
@ -4007,8 +4003,7 @@ No
<section>
<p>A label selector is a label query over a set of resources. The result of matchLabels and
matchExpressions are ANDed. An empty label selector matches all objects. A null
label selector matches no objects.
+structType=atomic</p>
label selector matches no objects.</p>
<table class="message-fields">
<thead>
@ -4026,8 +4021,7 @@ label selector matches no objects.
<td>
<p>matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is &ldquo;key&rdquo;, the
operator is &ldquo;In&rdquo;, and the values array contains only &ldquo;value&rdquo;. The requirements are ANDed.
+optional</p>
operator is &ldquo;In&rdquo;, and the values array contains only &ldquo;value&rdquo;. The requirements are ANDed.</p>
</td>
<td>
@ -4038,8 +4032,7 @@ No
<td><code>matchExpressions</code></td>
<td><code><a href="#k8s-io-apimachinery-pkg-apis-meta-v1-LabelSelectorRequirement">LabelSelectorRequirement[]</a></code></td>
<td>
<p>matchExpressions is a list of label selector requirements. The requirements are ANDed.
+optional</p>
<p>matchExpressions is a list of label selector requirements. The requirements are ANDed.</p>
</td>
<td>

View File

@ -25,10 +25,7 @@ number_of_entries: 2
<td><code><a href="#IstioCondition">IstioCondition[]</a></code></td>
<td>
<p>Current service state of pod.
More info: <a href="/docs/reference/config/config-status/">https://istio.io/docs/reference/config/config-status/</a>
+optional
+patchMergeKey=type
+patchStrategy=merge</p>
More info: <a href="/docs/reference/config/config-status/">https://istio.io/docs/reference/config/config-status/</a></p>
</td>
<td>
@ -39,10 +36,7 @@ No
<td><code>validationMessages</code></td>
<td><code><a href="/docs/reference/config/istio.analysis.v1alpha1/#AnalysisMessageBase">AnalysisMessageBase[]</a></code></td>
<td>
<p>Includes any errors or warnings detected by Istio&rsquo;s analyzers.
+optional
+patchMergeKey=type
+patchStrategy=merge</p>
<p>Includes any errors or warnings detected by Istio&rsquo;s analyzers.</p>
</td>
<td>
@ -55,8 +49,7 @@ No
<td>
<p>Resource Generation to which the Reconciled Condition refers.
When this value is not equal to the object&rsquo;s metadata generation, reconciled condition calculation for the current
generation is still in progress. See <a href="/docs/reference/config/config-status/">https://istio.io/latest/docs/reference/config/config-status/</a> for more info.
+optional</p>
generation is still in progress. See <a href="/docs/reference/config/config-status/">https://istio.io/latest/docs/reference/config/config-status/</a> for more info.</p>
</td>
<td>
@ -105,8 +98,7 @@ No
<td><code>lastProbeTime</code></td>
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">Timestamp</a></code></td>
<td>
<p>Last time we probed the condition.
+optional</p>
<p>Last time we probed the condition.</p>
</td>
<td>
@ -117,8 +109,7 @@ No
<td><code>lastTransitionTime</code></td>
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">Timestamp</a></code></td>
<td>
<p>Last time the condition transitioned from one status to another.
+optional</p>
<p>Last time the condition transitioned from one status to another.</p>
</td>
<td>
@ -129,8 +120,7 @@ No
<td><code>reason</code></td>
<td><code>string</code></td>
<td>
<p>Unique, one-word, CamelCase reason for the condition&rsquo;s last transition.
+optional</p>
<p>Unique, one-word, CamelCase reason for the condition&rsquo;s last transition.</p>
</td>
<td>
@ -141,8 +131,7 @@ No
<td><code>message</code></td>
<td><code>string</code></td>
<td>
<p>Human-readable message indicating details about last transition.
+optional</p>
<p>Human-readable message indicating details about last transition.</p>
</td>
<td>

View File

@ -822,6 +822,12 @@ These environment variables affect the behavior of the <code>install-cni</code>
<td>If enabled, publishes metrics for queue depth, latency and processing times.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -6820,6 +6820,12 @@ These environment variables affect the behavior of the <code>istioctl</code> com
<td>If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -539,6 +539,12 @@ These environment variables affect the behavior of the <code>operator</code> com
<td>If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -1381,6 +1381,12 @@ These environment variables affect the behavior of the <code>pilot-agent</code>
<td>If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -707,6 +707,12 @@ These environment variables affect the behavior of the <code>pilot-discovery</co
<td>If enabled, HTTP2 probes will be enabled for HTTPS probes, following Kubernetes</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_IPV4_OUTBOUND_LISTENER_FOR_IPV6_CLUSTERS</code></td>
<td>Boolean</td>
<td><code>false</code></td>
<td>If true, pilot will configure an additional IPv4 listener for outbound traffic in IPv6 only clusters, e.g. AWS EKS IPv6 only clusters.</td>
</tr>
<tr>
<td><code>ISTIO_ENABLE_OPTIMIZED_SERVICE_PUSH</code></td>
<td>Boolean</td>
<td><code>true</code></td>

View File

@ -2421,8 +2421,7 @@ No
<section>
<p>A label selector is a label query over a set of resources. The result of matchLabels and
matchExpressions are ANDed. An empty label selector matches all objects. A null
label selector matches no objects.
+structType=atomic</p>
label selector matches no objects.</p>
<table class="message-fields">
<thead>
@ -2440,8 +2439,7 @@ label selector matches no objects.
<td>
<p>matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is &ldquo;key&rdquo;, the
operator is &ldquo;In&rdquo;, and the values array contains only &ldquo;value&rdquo;. The requirements are ANDed.
+optional</p>
operator is &ldquo;In&rdquo;, and the values array contains only &ldquo;value&rdquo;. The requirements are ANDed.</p>
</td>
<td>
@ -2452,8 +2450,7 @@ No
<td><code>matchExpressions</code></td>
<td><code><a href="#k8s-io-apimachinery-pkg-apis-meta-v1-LabelSelectorRequirement">LabelSelectorRequirement[]</a></code></td>
<td>
<p>matchExpressions is a list of label selector requirements. The requirements are ANDed.
+optional</p>
<p>matchExpressions is a list of label selector requirements. The requirements are ANDed.</p>
</td>
<td>

View File

@ -3937,8 +3937,7 @@ No
<td><code>bool</code></td>
<td>
<p>Mounted read-only if true, read-write otherwise (false or unspecified).
Defaults to false.
+optional</p>
Defaults to false.</p>
</td>
<td>
@ -3962,8 +3961,7 @@ No
<td><code>string</code></td>
<td>
<p>Path within the volume from which the container&rsquo;s volume should be mounted.
Defaults to &quot;&quot; (volume&rsquo;s root).
+optional</p>
Defaults to &quot;&quot; (volume&rsquo;s root).</p>
</td>
<td>
@ -3977,8 +3975,7 @@ No
<p>mountPropagation determines how mounts are propagated from the host
to container and the other way around.
When not set, MountPropagationNone is used.
This field is beta in 1.10.
+optional</p>
This field is beta in 1.10.</p>
</td>
<td>
@ -3992,8 +3989,7 @@ No
<p>Expanded path within the volume from which the container&rsquo;s volume should be mounted.
Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container&rsquo;s environment.
Defaults to &quot;&quot; (volume&rsquo;s root).
SubPathExpr and SubPath are mutually exclusive.
+optional</p>
SubPathExpr and SubPath are mutually exclusive.</p>
</td>
<td>
@ -4007,8 +4003,7 @@ No
<section>
<p>A label selector is a label query over a set of resources. The result of matchLabels and
matchExpressions are ANDed. An empty label selector matches all objects. A null
label selector matches no objects.
+structType=atomic</p>
label selector matches no objects.</p>
<table class="message-fields">
<thead>
@ -4026,8 +4021,7 @@ label selector matches no objects.
<td>
<p>matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels
map is equivalent to an element of matchExpressions, whose key field is &ldquo;key&rdquo;, the
operator is &ldquo;In&rdquo;, and the values array contains only &ldquo;value&rdquo;. The requirements are ANDed.
+optional</p>
operator is &ldquo;In&rdquo;, and the values array contains only &ldquo;value&rdquo;. The requirements are ANDed.</p>
</td>
<td>
@ -4038,8 +4032,7 @@ No
<td><code>matchExpressions</code></td>
<td><code><a href="#k8s-io-apimachinery-pkg-apis-meta-v1-LabelSelectorRequirement">LabelSelectorRequirement[]</a></code></td>
<td>
<p>matchExpressions is a list of label selector requirements. The requirements are ANDed.
+optional</p>
<p>matchExpressions is a list of label selector requirements. The requirements are ANDed.</p>
</td>
<td>

View File

@ -25,10 +25,7 @@ number_of_entries: 2
<td><code><a href="#IstioCondition">IstioCondition[]</a></code></td>
<td>
<p>Current service state of pod.
More info: <a href="/zh/docs/reference/config/config-status/">https://istio.io/docs/reference/config/config-status/</a>
+optional
+patchMergeKey=type
+patchStrategy=merge</p>
More info: <a href="/zh/docs/reference/config/config-status/">https://istio.io/docs/reference/config/config-status/</a></p>
</td>
<td>
@ -39,10 +36,7 @@ No
<td><code>validationMessages</code></td>
<td><code><a href="/zh/docs/reference/config/istio.analysis.v1alpha1/#AnalysisMessageBase">AnalysisMessageBase[]</a></code></td>
<td>
<p>Includes any errors or warnings detected by Istio&rsquo;s analyzers.
+optional
+patchMergeKey=type
+patchStrategy=merge</p>
<p>Includes any errors or warnings detected by Istio&rsquo;s analyzers.</p>
</td>
<td>
@ -55,8 +49,7 @@ No
<td>
<p>Resource Generation to which the Reconciled Condition refers.
When this value is not equal to the object&rsquo;s metadata generation, reconciled condition calculation for the current
generation is still in progress. See <a href="/latest/docs/reference/config/config-status/">https://istio.io/latest/docs/reference/config/config-status/</a> for more info.
+optional</p>
generation is still in progress. See <a href="/latest/docs/reference/config/config-status/">https://istio.io/latest/docs/reference/config/config-status/</a> for more info.</p>
</td>
<td>
@ -105,8 +98,7 @@ No
<td><code>lastProbeTime</code></td>
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">Timestamp</a></code></td>
<td>
<p>Last time we probed the condition.
+optional</p>
<p>Last time we probed the condition.</p>
</td>
<td>
@ -117,8 +109,7 @@ No
<td><code>lastTransitionTime</code></td>
<td><code><a href="https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#timestamp">Timestamp</a></code></td>
<td>
<p>Last time the condition transitioned from one status to another.
+optional</p>
<p>Last time the condition transitioned from one status to another.</p>
</td>
<td>
@ -129,8 +120,7 @@ No
<td><code>reason</code></td>
<td><code>string</code></td>
<td>
<p>Unique, one-word, CamelCase reason for the condition&rsquo;s last transition.
+optional</p>
<p>Unique, one-word, CamelCase reason for the condition&rsquo;s last transition.</p>
</td>
<td>
@ -141,8 +131,7 @@ No
<td><code>message</code></td>
<td><code>string</code></td>
<td>
<p>Human-readable message indicating details about last transition.
+optional</p>
<p>Human-readable message indicating details about last transition.</p>
</td>
<td>