summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.router.cluster_specifiers.lua.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.router.cluster_specifiers.lua.v3.rs')
-rw-r--r--src/rpc/envoy.extensions.router.cluster_specifiers.lua.v3.rs18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/rpc/envoy.extensions.router.cluster_specifiers.lua.v3.rs b/src/rpc/envoy.extensions.router.cluster_specifiers.lua.v3.rs
deleted file mode 100644
index 549b3a25..00000000
--- a/src/rpc/envoy.extensions.router.cluster_specifiers.lua.v3.rs
+++ /dev/null
@@ -1,18 +0,0 @@
-// @generated
-// This file is @generated by prost-build.
-// \[#protodoc-title: Lua\]
-//
-// Lua cluster specifier :ref:`configuration reference documentation <config_http_cluster_specifier_lua>`.
-// \[#extension: envoy.router.cluster_specifier_plugin.lua\]
-
-#[allow(clippy::derive_partial_eq_without_eq)]
-#[derive(Clone, PartialEq, ::prost::Message)]
-pub struct LuaConfig {
- /// The lua code that Envoy will execute to select cluster.
- #[prost(message, optional, tag="1")]
- pub source_code: ::core::option::Option<super::super::super::super::super::config::core::v3::DataSource>,
- /// Default cluster. It will be used when the lua code execute failure.
- #[prost(string, tag="2")]
- pub default_cluster: ::prost::alloc::string::String,
-}
-// @@protoc_insertion_point(module)