From 82cbe10ce9d53abd60c08174c61248bf0d1b3530 Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Wed, 23 Jun 2021 14:14:59 +0000 Subject: [PATCH] doc: fix misplaced #[extension-category] for Wasm runtimes (#17078) Signed-off-by: Takeshi Yoneda Mirrored from https://github.com/envoyproxy/envoy @ 97d8d8f70d1e545a0f3462f77fbb96d51e4bf92d --- envoy/extensions/wasm/v3/wasm.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/extensions/wasm/v3/wasm.proto b/envoy/extensions/wasm/v3/wasm.proto index 35af0cf6..b4566c82 100644 --- a/envoy/extensions/wasm/v3/wasm.proto +++ b/envoy/extensions/wasm/v3/wasm.proto @@ -77,6 +77,7 @@ message VmConfig { // **envoy.wasm.runtime.wasmtime**: `Wasmtime `_-based WebAssembly runtime. // This runtime is not enabled in the official build. // + // [#extension-category: envoy.wasm.runtime] string runtime = 2 [(validate.rules).string = {min_len: 1}]; // The Wasm code that Envoy will execute. @@ -86,7 +87,6 @@ message VmConfig { // (proxy_on_start). `google.protobuf.Struct` is serialized as JSON before // passing it to the plugin. `google.protobuf.BytesValue` and // `google.protobuf.StringValue` are passed directly without the wrapper. - // [#extension-category: envoy.wasm.runtime] google.protobuf.Any configuration = 4; // Allow the wasm file to include pre-compiled code on VMs which support it.