From f6fb1c4ef5d0a4cc2e87f7179c840ca102425ac8 Mon Sep 17 00:00:00 2001
From: Rama Chavali
Date: Fri, 15 Sep 2023 22:49:51 +0530
Subject: [PATCH] remove duplicate comments in envoy filter (#2932)
Signed-off-by: Rama Chavali
---
networking/v1alpha3/envoy_filter.pb.go | 8 +++-----
networking/v1alpha3/envoy_filter.pb.html | 8 +++-----
networking/v1alpha3/envoy_filter.proto | 8 +++-----
3 files changed, 9 insertions(+), 15 deletions(-)
diff --git a/networking/v1alpha3/envoy_filter.pb.go b/networking/v1alpha3/envoy_filter.pb.go
index e0282014f2a..f218068f572 100644
--- a/networking/v1alpha3/envoy_filter.pb.go
+++ b/networking/v1alpha3/envoy_filter.pb.go
@@ -864,11 +864,9 @@ type EnvoyFilter struct {
// Criteria used to select the specific set of pods/VMs on which
// this patch configuration should be applied. If omitted, the set
// of patches in this configuration will be applied to all workload
- // instances in the same namespace. If omitted, the `EnvoyFilter`
- // patches will be applied to all workloads in the same
- // namespace. If the `EnvoyFilter` is present in the config root
- // namespace, it will be applied to all applicable workloads in any
- // namespace.
+ // instances in the same namespace. If the `EnvoyFilter` is present
+ // in the config root namespace, it will be applied to all applicable
+ // workloads in any namespace.
WorkloadSelector *WorkloadSelector `protobuf:"bytes,3,opt,name=workload_selector,json=workloadSelector,proto3" json:"workload_selector,omitempty"`
// One or more patches with match conditions.
ConfigPatches []*EnvoyFilter_EnvoyConfigObjectPatch `protobuf:"bytes,4,rep,name=config_patches,json=configPatches,proto3" json:"config_patches,omitempty"`
diff --git a/networking/v1alpha3/envoy_filter.pb.html b/networking/v1alpha3/envoy_filter.pb.html
index bea8f8a30a6..e21d2462ed8 100644
--- a/networking/v1alpha3/envoy_filter.pb.html
+++ b/networking/v1alpha3/envoy_filter.pb.html
@@ -406,11 +406,9 @@ EnvoyFilter
Criteria used to select the specific set of pods/VMs on which
this patch configuration should be applied. If omitted, the set
of patches in this configuration will be applied to all workload
-instances in the same namespace. If omitted, the EnvoyFilter
-patches will be applied to all workloads in the same
-namespace. If the EnvoyFilter
is present in the config root
-namespace, it will be applied to all applicable workloads in any
-namespace.
+instances in the same namespace. If the EnvoyFilter
is present
+in the config root namespace, it will be applied to all applicable
+workloads in any namespace.
diff --git a/networking/v1alpha3/envoy_filter.proto b/networking/v1alpha3/envoy_filter.proto
index 633015c3083..a5b0bb4ef38 100644
--- a/networking/v1alpha3/envoy_filter.proto
+++ b/networking/v1alpha3/envoy_filter.proto
@@ -878,11 +878,9 @@ message EnvoyFilter {
// Criteria used to select the specific set of pods/VMs on which
// this patch configuration should be applied. If omitted, the set
// of patches in this configuration will be applied to all workload
- // instances in the same namespace. If omitted, the `EnvoyFilter`
- // patches will be applied to all workloads in the same
- // namespace. If the `EnvoyFilter` is present in the config root
- // namespace, it will be applied to all applicable workloads in any
- // namespace.
+ // instances in the same namespace. If the `EnvoyFilter` is present
+ // in the config root namespace, it will be applied to all applicable
+ // workloads in any namespace.
WorkloadSelector workload_selector = 3;
// One or more patches with match conditions.
|