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

10 fields
WasmPlugin.spec fields and descriptions
Field / TypeDescription
imagePullPolicy
string

The pull behaviour to be applied when fetching an OCI image.

  • enum: ["UNSPECIFIED_POLICY","IfNotPresent","Always"]
imagePullSecret
string

Credentials to use for OCI image pulling.

phase
string

Determines where in the filter chain this `WasmPlugin` is to be injected.

  • enum: ["UNSPECIFIED_PHASE","AUTHN","AUTHZ","STATS"]
pluginConfig
object

The configuration that will be passed on to the plugin.

  • x-kubernetes-preserve-unknown-fields: true
pluginName
string

No description provided.

priority
integer

Determines ordering of `WasmPlugins` in the same `phase`.

  • nullable
object

No description provided.

sha256
string

SHA256 checksum that will be used to verify Wasm module or OCI container.

url
string

URL of a Wasm module or OCI container.

verificationKey
string

No description provided.