kubernetes/pkg/kubelet/network
Kubernetes Submit Queue a1684fea80 Merge pull request #42085 from cblecker/gofmt-fix
Automatic merge from submit-queue (batch tested with PRs 40055, 42085, 44509, 44568, 43956)

Fix gofmt errors

**What this PR does / why we need it**:
There were some gofmt errors on master. Ran the following to fix:
```
hack/verify-gofmt.sh | grep ^diff | awk '{ print $2 }' | xargs gofmt -w -s
```

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: none

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-04-17 15:39:07 -07:00
..
cni autogenerated 2017-04-14 10:40:57 -07:00
hairpin autogenerated 2017-04-14 10:40:57 -07:00
hostport Merge pull request #42085 from cblecker/gofmt-fix 2017-04-17 15:39:07 -07:00
kubenet autogenerated 2017-04-14 10:40:57 -07:00
testing autogenerated 2017-04-14 10:40:57 -07:00
BUILD autogenerated 2017-04-14 10:40:57 -07:00
network.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
OWNERS add OWNER file to kubelet/network 2017-02-24 11:41:13 -08:00
plugins.go pass pod annotation to SetUpPod 2017-02-27 10:09:45 -08:00