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

This commit is contained in:
Istio Automation 2024-01-03 18:12:06 -08:00 committed by GitHub
parent a27cbdf334
commit cc711495d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 108 additions and 44 deletions

View File

@ -1048,6 +1048,12 @@ Only applies when traffic from all groups (i.e. "*") is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -6824,6 +6824,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -717,6 +717,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -1612,6 +1612,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -909,6 +909,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -643,7 +643,7 @@ No
</section>
<h2 id="KubernetesResourcesSpec">KubernetesResourcesSpec</h2>
<section>
<p>KubernetesResourcesConfig is a common set of k8s resource configs for components.</p>
<p>KubernetesResourcesConfig is a common set of Kubernetes resource configs for components.</p>
<table class="message-fields">
<thead>
@ -659,7 +659,7 @@ No
<td><code>affinity</code></td>
<td><code><a href="#Affinity">Affinity</a></code></td>
<td>
<p>k8s affinity.
<p>Kubernetes affinity.
<a href="https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity">https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity</a></p>
</td>
@ -683,7 +683,7 @@ No
<td><code>hpaSpec</code></td>
<td><code><a href="#HorizontalPodAutoscalerSpec">HorizontalPodAutoscalerSpec</a></code></td>
<td>
<p>k8s HorizontalPodAutoscaler settings.
<p>Kubernetes HorizontalPodAutoscaler settings.
<a href="https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/">https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/</a></p>
</td>
@ -695,7 +695,7 @@ No
<td><code>imagePullPolicy</code></td>
<td><code>string</code></td>
<td>
<p>k8s imagePullPolicy.
<p>Kubernetes imagePullPolicy.
<a href="https://kubernetes.io/docs/concepts/containers/images/">https://kubernetes.io/docs/concepts/containers/images/</a></p>
</td>
@ -707,7 +707,7 @@ No
<td><code>nodeSelector</code></td>
<td><code>map&lt;string,&nbsp;string&gt;</code></td>
<td>
<p>k8s nodeSelector.
<p>Kubernetes nodeSelector.
<a href="https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector">https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector</a></p>
</td>
@ -719,7 +719,7 @@ No
<td><code>podDisruptionBudget</code></td>
<td><code><a href="#PodDisruptionBudgetSpec">PodDisruptionBudgetSpec</a></code></td>
<td>
<p>k8s PodDisruptionBudget settings.
<p>Kubernetes PodDisruptionBudget settings.
<a href="https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work">https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work</a></p>
</td>
@ -731,7 +731,7 @@ No
<td><code>podAnnotations</code></td>
<td><code>map&lt;string,&nbsp;string&gt;</code></td>
<td>
<p>k8s pod annotations.
<p>Kubernetes pod annotations.
<a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/">https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/</a></p>
</td>
@ -743,7 +743,7 @@ No
<td><code>priorityClassName</code></td>
<td><code>string</code></td>
<td>
<p>k8s priority_class_name. Default for all resources unless overridden.
<p>Kubernetes priorityClassName. Default for all resources unless overridden.
<a href="https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass">https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass</a></p>
</td>
@ -755,7 +755,7 @@ No
<td><code>readinessProbe</code></td>
<td><code><a href="#ReadinessProbe">ReadinessProbe</a></code></td>
<td>
<p>k8s readinessProbe settings.
<p>Kubernetes readinessProbe settings.
<a href="https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/">https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/</a>
k8s.io.api.core.v1.Probe readiness_probe = 9;</p>
@ -768,7 +768,7 @@ No
<td><code>replicaCount</code></td>
<td><code>uint32</code></td>
<td>
<p>k8s Deployment replicas setting.
<p>Kubernetes Deployment replicas setting.
<a href="https://kubernetes.io/docs/concepts/workloads/controllers/deployment/">https://kubernetes.io/docs/concepts/workloads/controllers/deployment/</a></p>
</td>
@ -780,7 +780,7 @@ No
<td><code>resources</code></td>
<td><code><a href="#Resources">Resources</a></code></td>
<td>
<p>k8s resources settings.
<p>Kubernetes resources settings.
<a href="https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container">https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container</a></p>
</td>
@ -792,7 +792,7 @@ No
<td><code>service</code></td>
<td><code><a href="#ServiceSpec">ServiceSpec</a></code></td>
<td>
<p>k8s Service settings.
<p>Kubernetes Service settings.
<a href="https://kubernetes.io/docs/concepts/services-networking/service/">https://kubernetes.io/docs/concepts/services-networking/service/</a></p>
</td>
@ -804,7 +804,7 @@ No
<td><code>strategy</code></td>
<td><code><a href="#DeploymentStrategy">DeploymentStrategy</a></code></td>
<td>
<p>k8s deployment strategy.
<p>Kubernetes deployment strategy.
<a href="https://kubernetes.io/docs/concepts/workloads/controllers/deployment/">https://kubernetes.io/docs/concepts/workloads/controllers/deployment/</a></p>
</td>
@ -816,7 +816,7 @@ No
<td><code>tolerations</code></td>
<td><code><a href="#Toleration">Toleration[]</a></code></td>
<td>
<p>k8s toleration
<p>Kubernetes toleration
<a href="https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/">https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/</a></p>
</td>
@ -828,7 +828,7 @@ No
<td><code>serviceAnnotations</code></td>
<td><code>map&lt;string,&nbsp;string&gt;</code></td>
<td>
<p>k8s service annotations.
<p>Kubernetes service annotations.
<a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/">https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/</a></p>
</td>
@ -840,7 +840,7 @@ No
<td><code>securityContext</code></td>
<td><code><a href="#PodSecurityContext">PodSecurityContext</a></code></td>
<td>
<p>k8s pod security context
<p>Kubernetes pod security context
<a href="https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod">https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod</a></p>
</td>
@ -852,7 +852,7 @@ No
<td><code>volumes</code></td>
<td><code><a href="#k8s-io-api-core-v1-Volume">Volume[]</a></code></td>
<td>
<p>k8s volume
<p>Kubernetes volumes
<a href="https://kubernetes.io/docs/concepts/storage/volumes/">https://kubernetes.io/docs/concepts/storage/volumes/</a>
Volumes defines the collection of Volume to inject into the pod.</p>
@ -865,7 +865,7 @@ No
<td><code>volumeMounts</code></td>
<td><code><a href="#k8s-io-api-core-v1-VolumeMount">VolumeMount[]</a></code></td>
<td>
<p>k8s volumeMounts
<p>Kubernetes volumeMounts
VolumeMounts defines the collection of VolumeMount to inject into containers.</p>
</td>
@ -877,7 +877,7 @@ No
<td><code>overlays</code></td>
<td><code><a href="#K8sObjectOverlay">K8sObjectOverlay[]</a></code></td>
<td>
<p>Overlays for k8s resources in rendered manifests.</p>
<p>Overlays for Kubernetes resources in rendered manifests.</p>
</td>
<td>
@ -889,7 +889,7 @@ No
</section>
<h2 id="K8sObjectOverlay">K8sObjectOverlay</h2>
<section>
<p>Patch for an existing k8s resource.</p>
<p>Patch for an existing Kubernetes resource.</p>
<table class="message-fields">
<thead>

View File

@ -97,8 +97,10 @@ spec:
<td><code>selector</code></td>
<td><code><a href="/docs/reference/config/type/workload-selector/#WorkloadSelector">WorkloadSelector</a></code></td>
<td>
<p>The selector determines the workloads to apply the ChannelAuthentication on.
If not set, the policy will be applied to all workloads in the same namespace as the policy.</p>
<p>The selector determines the workloads to apply the PeerAuthentication on. The selector will match with workloads in the
same namespace as the policy. If the policy is in the root namespace, the selector will additionally match with workloads in all namespace.</p>
<p>If not set, the policy will be applied to all workloads in the same namespace as the policy. If it is in the root namespace, it would be applied
to all workloads in the mesh.</p>
</td>
<td>

View File

@ -1048,6 +1048,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -6824,6 +6824,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -717,6 +717,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -1612,6 +1612,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -909,6 +909,12 @@ Only applies when traffic from all groups (i.e. &#34;*&#34;) is being redirected
<td>The provider of Pilot DNS certificate.</td>
</tr>
<tr>
<td><code>PILOT_CONVERT_SIDECAR_SCOPE_CONCURRENCY</code></td>
<td>Integer</td>
<td><code>1</code></td>
<td>Used to adjust the concurrency of SidecarScope conversions. When istiod is deployed on a multi-core CPU server, increasing this value will help to use the CPU to accelerate configuration push, but it also means that istiod will consume more CPU resources.</td>
</tr>
<tr>
<td><code>PILOT_DEBOUNCE_AFTER</code></td>
<td>Time Duration</td>
<td><code>100ms</code></td>

View File

@ -643,7 +643,7 @@ No
</section>
<h2 id="KubernetesResourcesSpec">KubernetesResourcesSpec</h2>
<section>
<p>KubernetesResourcesConfig is a common set of k8s resource configs for components.</p>
<p>KubernetesResourcesConfig is a common set of Kubernetes resource configs for components.</p>
<table class="message-fields">
<thead>
@ -659,7 +659,7 @@ No
<td><code>affinity</code></td>
<td><code><a href="#Affinity">Affinity</a></code></td>
<td>
<p>k8s affinity.
<p>Kubernetes affinity.
<a href="https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity">https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity</a></p>
</td>
@ -683,7 +683,7 @@ No
<td><code>hpaSpec</code></td>
<td><code><a href="#HorizontalPodAutoscalerSpec">HorizontalPodAutoscalerSpec</a></code></td>
<td>
<p>k8s HorizontalPodAutoscaler settings.
<p>Kubernetes HorizontalPodAutoscaler settings.
<a href="https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/">https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/</a></p>
</td>
@ -695,7 +695,7 @@ No
<td><code>imagePullPolicy</code></td>
<td><code>string</code></td>
<td>
<p>k8s imagePullPolicy.
<p>Kubernetes imagePullPolicy.
<a href="https://kubernetes.io/docs/concepts/containers/images/">https://kubernetes.io/docs/concepts/containers/images/</a></p>
</td>
@ -707,7 +707,7 @@ No
<td><code>nodeSelector</code></td>
<td><code>map&lt;string,&nbsp;string&gt;</code></td>
<td>
<p>k8s nodeSelector.
<p>Kubernetes nodeSelector.
<a href="https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector">https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector</a></p>
</td>
@ -719,7 +719,7 @@ No
<td><code>podDisruptionBudget</code></td>
<td><code><a href="#PodDisruptionBudgetSpec">PodDisruptionBudgetSpec</a></code></td>
<td>
<p>k8s PodDisruptionBudget settings.
<p>Kubernetes PodDisruptionBudget settings.
<a href="https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work">https://kubernetes.io/docs/concepts/workloads/pods/disruptions/#how-disruption-budgets-work</a></p>
</td>
@ -731,7 +731,7 @@ No
<td><code>podAnnotations</code></td>
<td><code>map&lt;string,&nbsp;string&gt;</code></td>
<td>
<p>k8s pod annotations.
<p>Kubernetes pod annotations.
<a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/">https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/</a></p>
</td>
@ -743,7 +743,7 @@ No
<td><code>priorityClassName</code></td>
<td><code>string</code></td>
<td>
<p>k8s priority_class_name. Default for all resources unless overridden.
<p>Kubernetes priorityClassName. Default for all resources unless overridden.
<a href="https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass">https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/#priorityclass</a></p>
</td>
@ -755,7 +755,7 @@ No
<td><code>readinessProbe</code></td>
<td><code><a href="#ReadinessProbe">ReadinessProbe</a></code></td>
<td>
<p>k8s readinessProbe settings.
<p>Kubernetes readinessProbe settings.
<a href="https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/">https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/</a>
k8s.io.api.core.v1.Probe readiness_probe = 9;</p>
@ -768,7 +768,7 @@ No
<td><code>replicaCount</code></td>
<td><code>uint32</code></td>
<td>
<p>k8s Deployment replicas setting.
<p>Kubernetes Deployment replicas setting.
<a href="https://kubernetes.io/docs/concepts/workloads/controllers/deployment/">https://kubernetes.io/docs/concepts/workloads/controllers/deployment/</a></p>
</td>
@ -780,7 +780,7 @@ No
<td><code>resources</code></td>
<td><code><a href="#Resources">Resources</a></code></td>
<td>
<p>k8s resources settings.
<p>Kubernetes resources settings.
<a href="https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container">https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#resource-requests-and-limits-of-pod-and-container</a></p>
</td>
@ -792,7 +792,7 @@ No
<td><code>service</code></td>
<td><code><a href="#ServiceSpec">ServiceSpec</a></code></td>
<td>
<p>k8s Service settings.
<p>Kubernetes Service settings.
<a href="https://kubernetes.io/docs/concepts/services-networking/service/">https://kubernetes.io/docs/concepts/services-networking/service/</a></p>
</td>
@ -804,7 +804,7 @@ No
<td><code>strategy</code></td>
<td><code><a href="#DeploymentStrategy">DeploymentStrategy</a></code></td>
<td>
<p>k8s deployment strategy.
<p>Kubernetes deployment strategy.
<a href="https://kubernetes.io/docs/concepts/workloads/controllers/deployment/">https://kubernetes.io/docs/concepts/workloads/controllers/deployment/</a></p>
</td>
@ -816,7 +816,7 @@ No
<td><code>tolerations</code></td>
<td><code><a href="#Toleration">Toleration[]</a></code></td>
<td>
<p>k8s toleration
<p>Kubernetes toleration
<a href="https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/">https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/</a></p>
</td>
@ -828,7 +828,7 @@ No
<td><code>serviceAnnotations</code></td>
<td><code>map&lt;string,&nbsp;string&gt;</code></td>
<td>
<p>k8s service annotations.
<p>Kubernetes service annotations.
<a href="https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/">https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/</a></p>
</td>
@ -840,7 +840,7 @@ No
<td><code>securityContext</code></td>
<td><code><a href="#PodSecurityContext">PodSecurityContext</a></code></td>
<td>
<p>k8s pod security context
<p>Kubernetes pod security context
<a href="https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod">https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod</a></p>
</td>
@ -852,7 +852,7 @@ No
<td><code>volumes</code></td>
<td><code><a href="#k8s-io-api-core-v1-Volume">Volume[]</a></code></td>
<td>
<p>k8s volume
<p>Kubernetes volumes
<a href="https://kubernetes.io/docs/concepts/storage/volumes/">https://kubernetes.io/docs/concepts/storage/volumes/</a>
Volumes defines the collection of Volume to inject into the pod.</p>
@ -865,7 +865,7 @@ No
<td><code>volumeMounts</code></td>
<td><code><a href="#k8s-io-api-core-v1-VolumeMount">VolumeMount[]</a></code></td>
<td>
<p>k8s volumeMounts
<p>Kubernetes volumeMounts
VolumeMounts defines the collection of VolumeMount to inject into containers.</p>
</td>
@ -877,7 +877,7 @@ No
<td><code>overlays</code></td>
<td><code><a href="#K8sObjectOverlay">K8sObjectOverlay[]</a></code></td>
<td>
<p>Overlays for k8s resources in rendered manifests.</p>
<p>Overlays for Kubernetes resources in rendered manifests.</p>
</td>
<td>
@ -889,7 +889,7 @@ No
</section>
<h2 id="K8sObjectOverlay">K8sObjectOverlay</h2>
<section>
<p>Patch for an existing k8s resource.</p>
<p>Patch for an existing Kubernetes resource.</p>
<table class="message-fields">
<thead>

View File

@ -97,8 +97,10 @@ spec:
<td><code>selector</code></td>
<td><code><a href="/zh/docs/reference/config/type/workload-selector/#WorkloadSelector">WorkloadSelector</a></code></td>
<td>
<p>The selector determines the workloads to apply the ChannelAuthentication on.
If not set, the policy will be applied to all workloads in the same namespace as the policy.</p>
<p>The selector determines the workloads to apply the PeerAuthentication on. The selector will match with workloads in the
same namespace as the policy. If the policy is in the root namespace, the selector will additionally match with workloads in all namespace.</p>
<p>If not set, the policy will be applied to all workloads in the same namespace as the policy. If it is in the root namespace, it would be applied
to all workloads in the mesh.</p>
</td>
<td>