Skip to content

fix: incorrect level of envoy-gateway configmap vars#711

Merged
arkodg merged 3 commits intoenvoyproxy:mainfrom
Xunzhuo:fix-cm
Nov 9, 2022
Merged

fix: incorrect level of envoy-gateway configmap vars#711
arkodg merged 3 commits intoenvoyproxy:mainfrom
Xunzhuo:fix-cm

Conversation

@Xunzhuo
Copy link
Copy Markdown
Member

@Xunzhuo Xunzhuo commented Nov 8, 2022

fix: incorrect level of envoy-gateway configmap vars

Signed-off-by: bitliu bitliu@tencent.com

@Xunzhuo Xunzhuo requested a review from a team as a code owner November 8, 2022 14:28
@Xunzhuo Xunzhuo force-pushed the fix-cm branch 2 times, most recently from 7a357e4 to bb9e57f Compare November 8, 2022 15:27
Signed-off-by: bitliu <bitliu@tencent.com>
Copy link
Copy Markdown
Contributor

@danehans danehans left a comment

Choose a reason for hiding this comment

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

A couple of small nits. Otherwise /lgtm.

Signed-off-by: bitliu <bitliu@tencent.com>
Copy link
Copy Markdown
Contributor

@danehans danehans left a comment

Choose a reason for hiding this comment

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

ONe last nit

Signed-off-by: bitliu <bitliu@tencent.com>
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #711 (132ba59) into main (7db9a40) will decrease coverage by 0.25%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##             main     #711      +/-   ##
==========================================
- Coverage   63.29%   63.03%   -0.26%     
==========================================
  Files          47       47              
  Lines        5806     5806              
==========================================
- Hits         3675     3660      -15     
- Misses       1902     1914      +12     
- Partials      229      232       +3     
Impacted Files Coverage Δ
internal/envoygateway/config/decoder.go 70.00% <50.00%> (ø)
internal/provider/kubernetes/gatewayclass.go 71.73% <0.00%> (-3.63%) ⬇️
internal/provider/kubernetes/gateway.go 48.18% <0.00%> (-3.42%) ⬇️
internal/provider/kubernetes/tlsroute.go 62.11% <0.00%> (+2.64%) ⬆️

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

Copy link
Copy Markdown
Contributor

@danehans danehans left a comment

Choose a reason for hiding this comment

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

/lgtm

require.Equal(t, tc.out, eg)
} else {
require.Error(t, err, "An error was expected")
require.Equal(t, (!reflect.DeepEqual(tc.out, eg) || err != nil), true)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this is hard to read :)

@arkodg arkodg merged commit 6f800aa into envoyproxy:main Nov 9, 2022
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.

4 participants