gateway
gateway copied to clipboard
Adds Envoy Deployment Support
Adds initial Envoy deployment support to Infra Manager.
Fixes: #185
Signed-off-by: danehans [email protected]
Codecov Report
Merging #200 (cefd1f6) into main (3003c65) will increase coverage by
2.40%
. The diff coverage is88.50%
.
@@ Coverage Diff @@
## main #200 +/- ##
==========================================
+ Coverage 61.80% 64.21% +2.40%
==========================================
Files 25 26 +1
Lines 2100 2266 +166
==========================================
+ Hits 1298 1455 +157
- Misses 720 725 +5
- Partials 82 86 +4
Impacted Files | Coverage Δ | |
---|---|---|
internal/ir/infra.go | 72.04% <ø> (ø) |
|
internal/infrastructure/kubernetes/infra.go | 64.28% <71.42%> (+25.39%) |
:arrow_up: |
internal/infrastructure/kubernetes/deployment.go | 90.00% <90.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
@LukeShu commit 7db79f0 resolves your feedback above, PTAL.