istio v1.13.3
WasmPlugin.spec
Extend the functionality provided by the Istio proxy through WebAssembly filters. See more details at: https://istio.io/docs/reference/config/proxy_extensions/wasm-plugin.html
| Field / Type | Description |
|---|---|
imagePullPolicy | The pull behaviour to be applied when fetching an OCI image.
|
imagePullSecret | Credentials to use for OCI image pulling. |
phase | Determines where in the filter chain this `WasmPlugin` is to be injected.
|
pluginConfig | The configuration that will be passed on to the plugin.
|
pluginName | No description provided. |
priority | Determines ordering of `WasmPlugins` in the same `phase`.
|
No description provided. | |
sha256 | SHA256 checksum that will be used to verify Wasm module or OCI container. |
url | URL of a Wasm module or OCI container. |
verificationKey | No description provided. |