istio v1.31.0

TrafficExtension.spec.wasm.url

URL of a Wasm module or OCI container.

1 fields
TrafficExtension.spec.wasm.url fields and descriptions
Field / TypeDescription
TrafficExtension.spec.wasm.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\", \"file\", \"oci\"]) : (isURL(\"http://\" + self) \u0026\u0026\nurl(\"http://\" + self).getScheme() in [\"\", \"http\", \"https\", \"file\", \"oci\"])"}]