fix: fix Extensibility Isolation comment (#7677)

Co-authored-by: sevennt <zheng.leslie@qq.com>
This commit is contained in:
Istio Automation 2020-07-07 10:21:44 -07:00 committed by GitHub
parent 88fb716ee7
commit 508061ad9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ WebAssembly sandbox goals:
- **Efficiency** - An extension adds low latency, CPU, and memory overhead.
- **Function** - An extension can enforce policy, collect telemetry, and perform payload mutations.
- **Isolation** - A programming error or crash in one plugin does affect other plugins.
- **Isolation** - A programming error or crash in one plugin doesn't affect other plugins.
- **Configuration** - The plugins are configured using an API that is consistent with other Istio APIs. An extension can be configured dynamically.
- **Operator** - An extension can be canaried and deployed as log-only, fail-open or fail-close.
- **Extension developer** - The plugin can be written in several programming languages.