Skip to content

Commit f6fb1c4

Browse files
remove duplicate comments in envoy filter (#2932)
Signed-off-by: Rama Chavali <rama.rao@salesforce.com>
1 parent 3a44356 commit f6fb1c4

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

networking/v1alpha3/envoy_filter.pb.go

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/envoy_filter.pb.html

Lines changed: 3 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/envoy_filter.proto

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -878,11 +878,9 @@ message EnvoyFilter {
878878
// Criteria used to select the specific set of pods/VMs on which
879879
// this patch configuration should be applied. If omitted, the set
880880
// of patches in this configuration will be applied to all workload
881-
// instances in the same namespace. If omitted, the `EnvoyFilter`
882-
// patches will be applied to all workloads in the same
883-
// namespace. If the `EnvoyFilter` is present in the config root
884-
// namespace, it will be applied to all applicable workloads in any
885-
// namespace.
881+
// instances in the same namespace. If the `EnvoyFilter` is present
882+
// in the config root namespace, it will be applied to all applicable
883+
// workloads in any namespace.
886884
WorkloadSelector workload_selector = 3;
887885

888886
// One or more patches with match conditions.

0 commit comments

Comments
 (0)