1. 18 Jun, 2018 1 commit
  2. 15 Jun, 2018 1 commit
    • Kubernetes Submit Queue's avatar
      Merge pull request #65049 from xujieasd/iptables-typo · 3abba251
      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>.
      
      iptables proxier_test typo
      
      **What this PR does / why we need it**:
      The definition of `makeTestService` is
      ```
      func makeTestService(namespace, name string, svcFunc func(*api.Service)) api.Service {
      ...
      }
      ```
      but in function `TestClusterIPReject`, use  
      makeTestService(svcPortName.Namespace, svcPortName.`Namespace`, func(svc *api.Service)  
      should be  
      makeTestService(svcPortName.Namespace, svcPortName.`Name`, func(svc *api.Service)  
      
      I think it's a typo
      
      /area kube-proxy
      
      **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
      ```
      3abba251
  3. 14 Jun, 2018 12 commits
  4. 13 Jun, 2018 6 commits
  5. 12 Jun, 2018 20 commits