Upstream envoyproxy/envoy-wasm. (#12546)
Signed-off-by: John Plevyak <jplevyak@gmail.com> Signed-off-by: Piotr Sikora <piotrsikora@google.com> Mirrored from https://github.com/envoyproxy/envoy @ 319a9a647f19036d831a75f68350c90e98bfc365master-ci-test
parent
398ba4ffb3
commit
71392d19c9
8 changed files with 54 additions and 10 deletions
@ -0,0 +1,12 @@ |
||||
# DO NOT EDIT. This file is generated by tools/proto_format/proto_sync.py. |
||||
|
||||
load("@envoy_api//bazel:api_build_system.bzl", "api_proto_package") |
||||
|
||||
licenses(["notice"]) # Apache 2 |
||||
|
||||
api_proto_package( |
||||
deps = [ |
||||
"//envoy/extensions/wasm/v3:pkg", |
||||
"@com_github_cncf_udpa//udpa/annotations:pkg", |
||||
], |
||||
) |
@ -0,0 +1,23 @@ |
||||
syntax = "proto3"; |
||||
|
||||
package envoy.extensions.stat_sinks.wasm.v3; |
||||
|
||||
import "envoy/extensions/wasm/v3/wasm.proto"; |
||||
|
||||
import "udpa/annotations/status.proto"; |
||||
import "udpa/annotations/versioning.proto"; |
||||
import "validate/validate.proto"; |
||||
|
||||
option java_package = "io.envoyproxy.envoy.extensions.stat_sinks.wasm.v3"; |
||||
option java_outer_classname = "WasmProto"; |
||||
option java_multiple_files = true; |
||||
option (udpa.annotations.file_status).package_version_status = ACTIVE; |
||||
|
||||
// [#protodoc-title: Wasm] |
||||
// Wasm :ref:`configuration overview <config_stat_sinks_wasm>`. |
||||
// [#extension: envoy.stat_sinks.wasm] |
||||
|
||||
message Wasm { |
||||
// General Plugin configuration. |
||||
envoy.extensions.wasm.v3.PluginConfig config = 1; |
||||
} |
Loading…
Reference in new issue