From 5edaec825bd868ba656419008cf388cb39fc9414 Mon Sep 17 00:00:00 2001 From: "update-envoy[bot]" <135279899+update-envoy[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 20:30:27 +0000 Subject: [PATCH] Mirrored from envoyproxy/envoy @ 29d30aa2ea190d67c04cdc26f23c5c9954460ab4 Signed-off-by: update-envoy[bot] <135279899+update-envoy[bot]@users.noreply.github.com> --- envoy/COMMIT | 2 +- envoy/extensions/wasm/v3/wasm.pb.go | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/envoy/COMMIT b/envoy/COMMIT index 15d0551b5..9413417e0 100644 --- a/envoy/COMMIT +++ b/envoy/COMMIT @@ -1 +1 @@ -155808486ecc4a401c78e24c9d6919f74dc254fe +29d30aa2ea190d67c04cdc26f23c5c9954460ab4 diff --git a/envoy/extensions/wasm/v3/wasm.pb.go b/envoy/extensions/wasm/v3/wasm.pb.go index 11cde5063..4c21ddea3 100755 --- a/envoy/extensions/wasm/v3/wasm.pb.go +++ b/envoy/extensions/wasm/v3/wasm.pb.go @@ -178,9 +178,10 @@ type VmConfig struct { // warming state. NackOnCodeCacheMiss bool `protobuf:"varint,6,opt,name=nack_on_code_cache_miss,json=nackOnCodeCacheMiss,proto3" json:"nack_on_code_cache_miss,omitempty"` // Specifies environment variables to be injected to this VM which will be available through - // WASI's “environ_get“ and “environ_get_sizes“ system calls. Note that these functions are mostly implicitly - // called in your language's standard library, so you do not need to call them directly and you can access to env - // vars just like when you do on native platforms. + // WASI's “environ_get“ and “environ_get_sizes“ system calls. Note that these functions + // are generally called implicitly by your language's standard library. Therefore, you do not + // need to call them directly. You can access environment variables in the same way you would + // on native platforms. // Warning: Envoy rejects the configuration if there's conflict of key space. EnvironmentVariables *EnvironmentVariables `protobuf:"bytes,7,opt,name=environment_variables,json=environmentVariables,proto3" json:"environment_variables,omitempty"` }