Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Updates for Gateway API 0.6.0-rc1 #570

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

sunjayBhatia
Copy link
Member

Fixes RBAC etc. and bumps go.mod dependency

Fixes RBAC etc. and bumps go.mod dependency

Signed-off-by: Sunjay Bhatia <[email protected]>
@sunjayBhatia sunjayBhatia requested a review from a team as a code owner December 15, 2022 16:11
@sunjayBhatia sunjayBhatia requested review from tsaarni and skriss and removed request for a team December 15, 2022 16:11
@@ -57,7 +56,7 @@ var (
func init() {
_ = clientgoscheme.AddToScheme(scheme)
_ = operatorv1alpha1.AddToScheme(scheme)
_ = gatewayv1alpha2.AddToScheme(scheme)
Copy link
Member Author

Choose a reason for hiding this comment

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

didnt bother keeping this since we dont use any TLSRoutes here

@codecov
Copy link

codecov bot commented Dec 15, 2022

Codecov Report

Base: 77.37% // Head: 75.50% // Decreases project coverage by -1.87% ⚠️

Coverage data is based on head (a02918c) compared to base (1e9edfc).
Patch coverage: 77.77% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #570      +/-   ##
==========================================
- Coverage   77.37%   75.50%   -1.88%     
==========================================
  Files          29       29              
  Lines        2621     2625       +4     
==========================================
- Hits         2028     1982      -46     
- Misses        467      505      +38     
- Partials      126      138      +12     
Impacted Files Coverage Δ
internal/operator/scheme.go 23.07% <0.00%> (-4.20%) ⬇️
internal/objects/clusterrole/cluster_role.go 81.01% <100.00%> (+0.49%) ⬆️
internal/operator/operator.go 72.50% <100.00%> (ø)
internal/objects/contour/finalizer.go 55.55% <0.00%> (-22.23%) ⬇️
internal/status/status.go 50.00% <0.00%> (-14.59%) ⬇️
internal/controller/controller.go 74.66% <0.00%> (-6.67%) ⬇️
internal/objects/contour/contour.go 73.40% <0.00%> (-6.39%) ⬇️
internal/objects/rbac.go 51.81% <0.00%> (-3.64%) ⬇️
internal/objects/job/job.go 76.02% <0.00%> (-2.74%) ⬇️
internal/objects/configmap/configmap.go 68.04% <0.00%> (-2.07%) ⬇️
... and 3 more

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sunjayBhatia sunjayBhatia mentioned this pull request Dec 15, 2022
@skriss skriss merged commit fdccd56 into projectcontour:main Dec 15, 2022
@sunjayBhatia sunjayBhatia deleted the update-to-gw-api-0.6.0-rc1 branch December 15, 2022 18:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants