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/dag: Remove processing of service-apis GatewayClass/TCPRoute #3279

Merged
merged 1 commit into from
Jan 28, 2021

Conversation

stevesloka
Copy link
Member

@stevesloka stevesloka commented Jan 27, 2021

The service-apis design calls out that GatewayClasses & TCPRoutes won't be watched
or processed by Contour the controller, so this removes them from processing since
they won't be used.

Updates #3213

Signed-off-by: Steve Sloka [email protected]

@stevesloka stevesloka requested a review from a team as a code owner January 27, 2021 16:13
@stevesloka stevesloka requested review from jpeach and sunjayBhatia and removed request for a team January 27, 2021 16:13
@codecov
Copy link

codecov bot commented Jan 27, 2021

Codecov Report

Merging #3279 (6cbd6d5) into main (57a9bb7) will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3279      +/-   ##
==========================================
- Coverage   75.34%   75.26%   -0.09%     
==========================================
  Files          98       98              
  Lines        6100     6068      -32     
==========================================
- Hits         4596     4567      -29     
+ Misses       1398     1394       -4     
- Partials      106      107       +1     
Impacted Files Coverage Δ
internal/dag/cache.go 94.75% <ø> (-1.29%) ⬇️
internal/k8s/informers.go 0.00% <ø> (ø)
internal/k8s/log.go 63.04% <0.00%> (-6.53%) ⬇️

The service-apis design calls out that GatewayClasses & TCPRoutes won't be watched
or processed by Contour the controller, so this removes them from processing since
they won't be used.

Updates projectcontour#3213

Signed-off-by: Steve Sloka <[email protected]>
@stevesloka stevesloka changed the title internal/dag: Remove processing of service-apis GatewayClass internal/dag: Remove processing of service-apis GatewayClass/TCPRoute Jan 27, 2021
@skriss skriss merged commit 866556b into projectcontour:main Jan 28, 2021
@stevesloka stevesloka deleted the removeGatewayClass branch January 28, 2021 15:47
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.

3 participants