Skip to content

Commit

Permalink
remove duplicate comments in envoy filter (#2932)
Browse files Browse the repository at this point in the history
Signed-off-by: Rama Chavali <[email protected]>
  • Loading branch information
ramaraochavali authored Sep 15, 2023
1 parent 3a44356 commit f6fb1c4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 15 deletions.
8 changes: 3 additions & 5 deletions networking/v1alpha3/envoy_filter.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions networking/v1alpha3/envoy_filter.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions networking/v1alpha3/envoy_filter.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f6fb1c4

Please sign in to comment.