From 871b2914253f76764475de128da62fd4be791d66 Mon Sep 17 00:00:00 2001 From: Istio Automation Date: Tue, 31 Oct 2023 07:37:29 -0700 Subject: [PATCH] [release-1.20] fix an incorrect statement (#2980) * fix an incorrect statement Signed-off-by: Peter Jausovec * adding the generated files Signed-off-by: Peter Jausovec --------- Signed-off-by: Peter Jausovec Co-authored-by: Peter Jausovec --- networking/v1alpha3/envoy_filter.pb.go | 2 +- networking/v1alpha3/envoy_filter.pb.html | 2 +- networking/v1alpha3/envoy_filter.proto | 2 +- 3 files changed, 3 insertions(+), 3 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" 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"