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

Adds EnvoyProxy to Translator and Kube Infra Manager #924

Merged
merged 1 commit into from
Jan 17, 2023

Conversation

danehans
Copy link
Contributor

Adds initial EnvoyProxy support to Gateway API Translator and Kube Infra Manager packages.

Fixes #713

Signed-off-by: danehans daneyonhansen@gmail.com

Signed-off-by: danehans <daneyonhansen@gmail.com>
@danehans danehans requested a review from a team as a code owner January 17, 2023 03:06
@codecov-commenter
Copy link

Codecov Report

Merging #924 (66e4eb9) into main (81ca4b9) will decrease coverage by 0.11%.
The diff coverage is 52.94%.

@@            Coverage Diff             @@
##             main     #924      +/-   ##
==========================================
- Coverage   63.80%   63.68%   -0.12%     
==========================================
  Files          54       54              
  Lines        7603     7617      +14     
==========================================
  Hits         4851     4851              
- Misses       2448     2459      +11     
- Partials      304      307       +3     
Impacted Files Coverage Δ
internal/ir/infra.go 63.82% <0.00%> (-3.59%) ⬇️
internal/infrastructure/kubernetes/deployment.go 86.72% <66.66%> (-1.08%) ⬇️
internal/gatewayapi/listener.go 100.00% <100.00%> (ø)
internal/provider/kubernetes/helpers.go 81.08% <0.00%> (-0.68%) ⬇️
internal/provider/kubernetes/controller.go 49.18% <0.00%> (-0.59%) ⬇️

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

Copy link
Contributor

@zirain zirain left a comment

Choose a reason for hiding this comment

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

LGTM

@Xunzhuo Xunzhuo merged commit c4cf1f8 into envoyproxy:main Jan 17, 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.

Support configuring number of replicas of Envoy Proxy
4 participants