istio v1.31.0
TrafficExtension.spec.wasm
WebAssembly filter configuration.
| Field / Type | Description |
|---|---|
failStrategy | Specifies the failure behavior for the plugin due to fatal errors. Valid Options: FAIL_CLOSE, FAIL_OPEN, FAIL_RELOAD
|
imagePullPolicy | The pull behaviour to be applied when fetching Wasm module by either OCI image or `http/https`. Valid Options: IfNotPresent, Always
|
imagePullSecret | Credentials to use for OCI image pulling.
|
pluginConfig | The configuration that will be passed on to the plugin.
|
pluginName | The plugin name to be used in the Envoy configuration (used to be called `rootID`).
|
sha256 | SHA256 checksum that will be used to verify Wasm module or OCI container.
|
type | Specifies the type of Wasm Extension to be used. Valid Options: HTTP, NETWORK
|
url | URL of a Wasm module or OCI container.
|
verificationKey | No description provided. |
Configuration for a Wasm VM. |