istio v1.31.0

WasmPlugin.spec.url

URL of a Wasm module or OCI container.

1 fields
WasmPlugin.spec.url fields and descriptions
Field / TypeDescription
WasmPlugin.spec.url
string

URL of a Wasm module or OCI container.

  • minLength: 1
  • x-kubernetes-validations: [{"message":"url must have schema one of [http, https, file, oci]","rule":"isURL(self) ? (url(self).getScheme() in [\"\", \"http\", \"https\", \"oci\", \"file\"]) : (isURL(\"http://\" + self) \u0026\u0026\nurl(\"http://\" + self).getScheme() in [\"\", \"http\", \"https\", \"oci\", \"file\"])"}]