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

chore: update k8s.io to v0.27.1 #1326

Merged
merged 4 commits into from Apr 19, 2023
Merged

Conversation

zirain
Copy link
Contributor

@zirain zirain commented Apr 18, 2023

What type of PR is this?

What this PR does / why we need it:

chore: update k8s.io to v0.27.1

Which issue(s) this PR fixes:

Fixes #

Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
Signed-off-by: hejianpeng <hejianpeng2@huawei.com>
@codecov
Copy link

codecov bot commented Apr 18, 2023

Codecov Report

Merging #1326 (8942f5d) into main (5d360cb) will decrease coverage by 0.07%.
The diff coverage is 93.75%.

@@            Coverage Diff             @@
##             main    #1326      +/-   ##
==========================================
- Coverage   61.81%   61.74%   -0.07%     
==========================================
  Files          85       85              
  Lines       10854    10854              
==========================================
- Hits         6709     6702       -7     
- Misses       3700     3706       +6     
- Partials      445      446       +1     
Impacted Files Coverage Δ
internal/provider/kubernetes/controller.go 49.05% <93.75%> (-0.45%) ⬇️

... and 1 file with indirect coverage changes

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

@@ -1204,7 +1204,7 @@ func (r *gatewayAPIReconciler) watchResources(ctx context.Context, mgr manager.M
return nil
}

func (r *gatewayAPIReconciler) enqueueManagedClass(obj client.Object) []reconcile.Request {
func (r *gatewayAPIReconciler) enqueueManagedClass(_ context.Context, obj client.Object) []reconcile.Request {
Copy link
Contributor

Choose a reason for hiding this comment

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

curious why this API signature had to change ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Member

@Xunzhuo Xunzhuo left a comment

Choose a reason for hiding this comment

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

lgtm

@Xunzhuo Xunzhuo merged commit 7a116c9 into envoyproxy:main Apr 19, 2023
15 checks passed
@zirain zirain deleted the update-k8s.io branch April 19, 2023 09:33
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.

None yet

4 participants