Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

internal/envoy: Refactor the regex file into the v2 package #3081

Merged
merged 1 commit into from
Oct 29, 2020

Conversation

stevesloka
Copy link
Member

The matcher package is for v2 xDS resource APIs, so needs to be in the internal/envoy/v2 package.

Signed-off-by: Steve Sloka slokas@vmware.com

The matcher package is for v2 xDS resource APIs, so needs to be in the internal/envoy/v2 package.

Signed-off-by: Steve Sloka <slokas@vmware.com>
@stevesloka stevesloka added this to the 1.10.0 milestone Oct 29, 2020
@codecov
Copy link

codecov bot commented Oct 29, 2020

Codecov Report

Merging #3081 into main will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #3081   +/-   ##
=======================================
  Coverage   73.99%   73.99%           
=======================================
  Files         101      101           
  Lines        6280     6280           
=======================================
  Hits         4647     4647           
  Misses       1530     1530           
  Partials      103      103           
Impacted Files Coverage Δ
internal/envoy/v2/regex.go 100.00% <ø> (ø)
internal/envoy/v2/route.go 100.00% <100.00%> (ø)

@stevesloka stevesloka merged commit ad9adf9 into projectcontour:main Oct 29, 2020
@stevesloka stevesloka deleted the splitRegex branch October 29, 2020 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants