• Kubernetes Submit Queue's avatar
    Merge pull request #57582 from m1093782566/ipset-owners · 0df0ecd5
    Kubernetes Submit Queue authored
    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/ipset OWNERS file
    
    **What this PR does / why we need it**:
    
    I initialized `pkg/util/ipset` for wraping ipset exec call and authored most of the commits. 
    
    This package is used in IPVS proxier for reducing iptables call - possibly we can use ipset in iptables proxier in the future. Because reviewing this package needs some ipset background knowledge, I am creating this OWNERS file for efficient code review. Also, I am willing to share code review burden.
    
    **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
    Fixes #
    
    **Special notes for your reviewer**:
    
    **Release note**:
    
    ```release-note
    NONE
    ```
    
    /assign @brendandburns @thockin because I also added your names.
    0df0ecd5
Name
Last commit
Last update
..
testing Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
ipset.go Loading commit data...
ipset_test.go Loading commit data...
types.go Loading commit data...