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

fix(egctl): don't skip resource caused by ns mismatch #1113

Merged
merged 1 commit into from Mar 9, 2023

Conversation

muyuan0
Copy link
Contributor

@muyuan0 muyuan0 commented Mar 8, 2023

Here I use the quickstart.yaml of this project as the test case.
Without this commit, the HTTPRoute in quickstart.yaml will be skipped
because it doesn't have a namespace.
Signed-off-by: muyuan0 127020730+muyuan0@users.noreply.github.com

Here I use the quickstart.yaml of this project as the test case.
Without this commit, the HTTPRoute in quickstart.yaml will be skipped
because it doesn't have a namespace.
Signed-off-by: muyuan0 <127020730+muyuan0@users.noreply.github.com>
@codecov-commenter
Copy link

codecov-commenter commented Mar 8, 2023

Codecov Report

Merging #1113 (a2e0bef) into main (aadebca) will increase coverage by 0.18%.
The diff coverage is 86.36%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main    #1113      +/-   ##
==========================================
+ Coverage   62.42%   62.61%   +0.18%     
==========================================
  Files          72       72              
  Lines        9430     9452      +22     
==========================================
+ Hits         5887     5918      +31     
+ Misses       3136     3129       -7     
+ Partials      407      405       -2     
Impacted Files Coverage Δ
internal/cmd/egctl/translate.go 71.26% <86.36%> (+0.99%) ⬆️
internal/provider/kubernetes/controller.go 50.33% <0.00%> (+1.01%) ⬆️
internal/provider/kubernetes/helpers.go 81.75% <0.00%> (+2.02%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@muyuan0 muyuan0 marked this pull request as ready for review March 8, 2023 12:53
@muyuan0 muyuan0 requested a review from a team as a code owner March 8, 2023 12:53
Copy link
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM, thanks !

@arkodg arkodg merged commit 0afe9b9 into envoyproxy:main Mar 9, 2023
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.

None yet

3 participants