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

Add ingress class support for Contour #588

Merged
merged 6 commits into from
May 14, 2020
Merged

Add ingress class support for Contour #588

merged 6 commits into from
May 14, 2020

Conversation

stefanprodan
Copy link
Member

Add -ingress-class command flag and ingressClass Helm chart option. When set e.g. -ingress-class=contour, the specified class will be used to annotate the generated HTTPProxy objects.

Fix: #582

Add `-ingress-class` command flag. When set, the specified class is used to annotate the generated HTTPProxy objects.
Copy link
Collaborator

@mathetake mathetake left a comment

Choose a reason for hiding this comment

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

LGTM 🥇

pkg/router/contour.go Outdated Show resolved Hide resolved
Co-authored-by: Takeshi Yoneda <cz.rk.t0415y.g@gmail.com>
@codecov-io
Copy link

codecov-io commented May 14, 2020

Codecov Report

Merging #588 into master will increase coverage by 0.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #588      +/-   ##
==========================================
+ Coverage   54.93%   54.95%   +0.01%     
==========================================
  Files          62       62              
  Lines        5235     5241       +6     
==========================================
+ Hits         2876     2880       +4     
- Misses       1942     1944       +2     
  Partials      417      417              
Impacted Files Coverage Δ
pkg/router/factory.go 0.00% <0.00%> (ø)
pkg/router/contour.go 88.35% <100.00%> (+0.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5bd6906...3e19ef0. Read the comment docs.

@stefanprodan stefanprodan merged commit 30073f2 into master May 14, 2020
@stefanprodan stefanprodan deleted the ingress-class branch May 14, 2020 10:06
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.

Add CLI Flag to configure ingress.class annotation on Contour HTTPProxy resource
3 participants