mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #57292 from m1093782566/ipvs-ownerfile
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add pkg/util/ipvs OWNERS file **What this PR does / why we need it**: This PR adds `pkg/util/ipvs/OWNERS` file, including two people: @thockin, @m1093782566(me). I created `pkg/util/ipvs` package for wrapping netlink IPVS call, which is used by IPVS proxier. Because reviewing this package needs some IPVS background knowledge, I create this OWNERS file for efficient code review. And, I am willing to share code review burden of this util package :) **Which issue(s) this PR fixes**: Fixes #57361 **Special notes for your reviewer**: **Release note**: ```release-note NONE ``` /sig network
This commit is contained in:
commit
d3ea100ad9
7
pkg/util/ipvs/OWNERS
Normal file
7
pkg/util/ipvs/OWNERS
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
reviewers:
|
||||||
|
- thockin
|
||||||
|
- m1093782566
|
||||||
|
approvers:
|
||||||
|
- thockin
|
||||||
|
- m1093782566
|
||||||
|
|
Loading…
Reference in New Issue
Block a user