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: use typed config for all extensions #4487

Merged
merged 2 commits into from
Apr 21, 2022

Conversation

skriss
Copy link
Member

@skriss skriss commented Apr 21, 2022

Uses typed config for all extensions to remove
reliance on well-known names or internal type
URL constants.

Signed-off-by: Steve Kriss krisss@vmware.com

(This is needed in order to upgrade to Envoy 1.22 since we still have a few spots that are relying on well-known names, support for which is being dropped in 1.22).

Uses typed config for all extensions to remove
reliance on well-known names or internal type
URL constants.

Signed-off-by: Steve Kriss <krisss@vmware.com>
@skriss skriss requested a review from a team as a code owner April 21, 2022 16:47
@skriss skriss requested review from tsaarni, stevesloka, sunjayBhatia and youngnick and removed request for a team, tsaarni and stevesloka April 21, 2022 16:47
Signed-off-by: Steve Kriss <krisss@vmware.com>
@skriss skriss added the release-note/small A small change that needs one line of explanation in the release notes. label Apr 21, 2022
@skriss skriss mentioned this pull request Apr 21, 2022
@codecov
Copy link

codecov bot commented Apr 21, 2022

Codecov Report

Merging #4487 (bd0ac90) into main (8c18098) will increase coverage by 0.02%.
The diff coverage is 100.00%.

❗ Current head bd0ac90 differs from pull request most recent head 55ccfbb. Consider uploading reports for the commit 55ccfbb to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4487      +/-   ##
==========================================
+ Coverage   76.73%   76.76%   +0.02%     
==========================================
  Files         139      139              
  Lines       12678    12681       +3     
==========================================
+ Hits         9729     9735       +6     
+ Misses       2696     2693       -3     
  Partials      253      253              
Impacted Files Coverage Δ
internal/envoy/v3/listener.go 98.54% <100.00%> (ø)
internal/envoy/v3/stats.go 100.00% <100.00%> (ø)
internal/sorter/sorter.go 98.18% <0.00%> (+1.81%) ⬆️

@sunjayBhatia sunjayBhatia merged commit 8815140 into projectcontour:main Apr 21, 2022
@skriss skriss deleted the typedconfig branch April 22, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/small A small change that needs one line of explanation in the release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants