summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.tap_sinks.udp_sink.v3alpha.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.tap_sinks.udp_sink.v3alpha.rs')
-rw-r--r--src/rpc/envoy.extensions.tap_sinks.udp_sink.v3alpha.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/rpc/envoy.extensions.tap_sinks.udp_sink.v3alpha.rs b/src/rpc/envoy.extensions.tap_sinks.udp_sink.v3alpha.rs
deleted file mode 100644
index d3a4baea..00000000
--- a/src/rpc/envoy.extensions.tap_sinks.udp_sink.v3alpha.rs
+++ /dev/null
@@ -1,14 +0,0 @@
-// @generated
-// This file is @generated by prost-build.
-// \[#protodoc-title: Udp sink configuration\]
-// \[#extension: envoy.tap_sinks.udp_sink\]
-
-/// Udp sink configuration.
-#[allow(clippy::derive_partial_eq_without_eq)]
-#[derive(Clone, PartialEq, ::prost::Message)]
-pub struct UdpSink {
- /// Configure UDP Address.
- #[prost(message, optional, tag="1")]
- pub udp_address: ::core::option::Option<super::super::super::super::config::core::v3::SocketAddress>,
-}
-// @@protoc_insertion_point(module)