From fef9ba426ffb26cc3d9ef5577a4b624fe8d0b120 Mon Sep 17 00:00:00 2001 From: Peter Jausovec Date: Mon, 30 Oct 2023 15:42:18 -0700 Subject: [PATCH 1/2] fix an incorrect statement Signed-off-by: Peter Jausovec --- networking/v1alpha3/envoy_filter.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/networking/v1alpha3/envoy_filter.proto b/networking/v1alpha3/envoy_filter.proto index 0962277a233..5466d372bbd 100644 --- a/networking/v1alpha3/envoy_filter.proto +++ b/networking/v1alpha3/envoy_filter.proto @@ -418,7 +418,7 @@ import "networking/v1alpha3/sidecar.proto"; // configPatches: // - applyTo: LISTENER_FILTER // match: -// context: SIDECAR_INBOUND # will match outbound listeners in all sidecars +// context: SIDECAR_INBOUND # will match inbound listeners in all sidecars // listener: // portNumber: 15006 // listenerFilter: "envoy.filters.listener.tls_inspector" From 351e0830b57fb85eb1ff54f9c75aa48531494695 Mon Sep 17 00:00:00 2001 From: Peter Jausovec Date: Mon, 30 Oct 2023 16:09:00 -0700 Subject: [PATCH 2/2] adding the generated files Signed-off-by: Peter Jausovec --- networking/v1alpha3/envoy_filter.pb.go | 2 +- networking/v1alpha3/envoy_filter.pb.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/networking/v1alpha3/envoy_filter.pb.go b/networking/v1alpha3/envoy_filter.pb.go index 2bf930df50e..e14af42e835 100644 --- a/networking/v1alpha3/envoy_filter.pb.go +++ b/networking/v1alpha3/envoy_filter.pb.go @@ -419,7 +419,7 @@ // configPatches: // - applyTo: LISTENER_FILTER // match: -// context: SIDECAR_INBOUND # will match outbound listeners in all sidecars +// context: SIDECAR_INBOUND # will match inbound listeners in all sidecars // listener: // portNumber: 15006 // listenerFilter: "envoy.filters.listener.tls_inspector" diff --git a/networking/v1alpha3/envoy_filter.pb.html b/networking/v1alpha3/envoy_filter.pb.html index f01fa35e538..791cad88c64 100644 --- a/networking/v1alpha3/envoy_filter.pb.html +++ b/networking/v1alpha3/envoy_filter.pb.html @@ -372,7 +372,7 @@ configPatches: - applyTo: LISTENER_FILTER match: - context: SIDECAR_INBOUND # will match outbound listeners in all sidecars + context: SIDECAR_INBOUND # will match inbound listeners in all sidecars listener: portNumber: 15006 listenerFilter: "envoy.filters.listener.tls_inspector"