mirror of https://github.com/istio/istio.io.git
Remove L7 EnvoyFilter from Ambient docs (#16100)
Signed-off-by: nshankar <nshankar@microsoft.com>
This commit is contained in:
parent
2dc59901c2
commit
da6e38e51d
|
@ -56,12 +56,11 @@ The [full set of Istio traffic metrics](/docs/reference/config/metrics/) are exp
|
|||
|
||||
## Extension
|
||||
|
||||
As the waypoint proxy is a deployment of {{< gloss >}}Envoy{{< /gloss >}}, the extension mechanisms that are available for Envoy in {{< gloss "sidecar">}}sidecar mode{{< /gloss >}} are also available to waypoint proxies.
|
||||
As the waypoint proxy is a deployment of {{< gloss >}}Envoy{{< /gloss >}}, some of the extension mechanisms that are available for Envoy in {{< gloss "sidecar">}}sidecar mode{{< /gloss >}} are also available to waypoint proxies.
|
||||
|
||||
| Name | Feature Status | Attachment |
|
||||
| --- | --- | --- |
|
||||
| `WasmPlugin` † | Alpha | `targetRefs` |
|
||||
| `EnvoyFilter` | Alpha | `targetRefs` |
|
||||
|
||||
† [Read more on how to extend waypoints with WebAssembly plugins](/docs/ambient/usage/extend-waypoint-wasm/).
|
||||
|
||||
|
|
Loading…
Reference in New Issue