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

This commit is contained in:
Istio Automation 2022-05-12 20:36:22 -07:00 committed by GitHub
parent 8d9c75e2d4
commit 00c8ff0e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 50 deletions

View File

@ -246,18 +246,6 @@ Name of a K8s Secret in the same namespace as the <code>WasmPlugin</code> that
contains a docker pull secret which is to be used to authenticate
against the registry when pulling the image.</p>
</td>
<td>
No
</td>
</tr>
<tr id="WasmPlugin-verification_key">
<td><code>verificationKey</code></td>
<td><code>string</code></td>
<td>
<p>Public key that will be used to verify signatures of signed OCI images
or Wasm modules. Must be supplied in PEM format.</p>
</td>
<td>
No

View File

@ -246,18 +246,6 @@ Name of a K8s Secret in the same namespace as the <code>WasmPlugin</code> that
contains a docker pull secret which is to be used to authenticate
against the registry when pulling the image.</p>
</td>
<td>
No
</td>
</tr>
<tr id="WasmPlugin-verification_key">
<td><code>verificationKey</code></td>
<td><code>string</code></td>
<td>
<p>Public key that will be used to verify signatures of signed OCI images
or Wasm modules. Must be supplied in PEM format.</p>
</td>
<td>
No

View File

@ -560,29 +560,6 @@ messages:
- name: "EnvoyFilterUsesRelativeOperation"
code: IST0151
level: Warning
description: "This EnvoyFilter does not have a priority and has a relative patch operation set which can cause the EnvoyFilter not to be applied. Using the INSERT_FIRST or ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
template: "This EnvoyFilter does not have a priority and has a relative patch operation set which can cause the EnvoyFilter not to be applied. Using the INSERT_FIRST of ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
description: "This envoy filter does not have a priority and has a relative patch operation set which can cause the envoyFilter not to be applied. Using the INSERT_FIRST option or setting the priority may help in ensuring the envoyFilter is applied correctly"
template: "This envoy filter does not have a priority and has a relative patch operation set which can cause the envoyFilter not to be applied. Using the INSERT_FIRST option or setting the priority may help in ensuring the envoyFilter is applied correctly"
- name: "EnvoyFilterUsesReplaceOperationIncorrectly"
code: IST0152
level: Error
description: "The REPLACE operation is only valid for HTTP_FILTER and NETWORK_FILTER."
template: "The REPLACE operation is only valid for HTTP_FILTER and NETWORK_FILTER."
- name: "EnvoyFilterUsesAddOperationIncorrectly"
code: IST0153
level: Error
description: "The ADD operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
template: "The ADD operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
- name: "EnvoyFilterUsesRemoveOperationIncorrectly"
code: IST0154
level: Error
description: "The REMOVE operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
template: "The REMOVE operation will be ignored when applyTo is set to ROUTE_CONFIGURATION, or HTTP_ROUTE."
- name: "EnvoyFilterUsesRelativeOperationWithProxyVersion"
code: IST0155
level: Warning
description: "This EnvoyFilter does not have a priority and has a relative patch operation (NSTERT_BEFORE/AFTER, REPLACE, MERGE, DELETE) and proxyVersion set which can cause the EnvoyFilter not to be applied during an upgrade. Using the INSERT_FIRST or ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."
template: "This EnvoyFilter does not have a priority and has a relative patch operation (NSTERT_BEFORE/AFTER, REPLACE, MERGE, DELETE) and proxyVersion set which can cause the EnvoyFilter not to be applied during an upgrade. Using the INSERT_FIRST or ADD option or setting the priority may help in ensuring the EnvoyFilter is applied correctly."