summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.transport_sockets.s2a.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.transport_sockets.s2a.v3.rs')
-rw-r--r--src/rpc/envoy.extensions.transport_sockets.s2a.v3.rs15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/rpc/envoy.extensions.transport_sockets.s2a.v3.rs b/src/rpc/envoy.extensions.transport_sockets.s2a.v3.rs
deleted file mode 100644
index c51f7f83..00000000
--- a/src/rpc/envoy.extensions.transport_sockets.s2a.v3.rs
+++ /dev/null
@@ -1,15 +0,0 @@
-// @generated
-// This file is @generated by prost-build.
-/// \[#not-implemented-hide:\]
-/// Configuration for S2A transport socket. This allows Envoy clients to
-/// configure how to offload mTLS handshakes to the S2A service.
-/// <https://github.com/google/s2a-go#readme>
-#[allow(clippy::derive_partial_eq_without_eq)]
-#[derive(Clone, PartialEq, ::prost::Message)]
-pub struct S2aConfiguration {
- /// The address of the S2A. This can be an IP address or a hostname,
- /// followed by a port number.
- #[prost(string, tag="1")]
- pub s2a_address: ::prost::alloc::string::String,
-}
-// @@protoc_insertion_point(module)