kubernetes/pkg/controller/garbagecollector
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
..
metaonly autogenerated 2017-04-14 10:40:57 -07:00
BUILD autogenerated 2017-04-14 10:40:57 -07:00
errors.go construction of GC should not fail for restmapper error caused by tpr 2017-03-16 14:19:17 -07:00
garbagecollector_test.go Fix gofmt errors 2017-03-28 17:12:04 -07:00
garbagecollector.go Make controller Run methods consistent 2017-04-14 07:27:45 -04:00
graph_builder.go Merge pull request #42085 from cblecker/gofmt-fix 2017-04-17 15:39:07 -07:00
graph.go gc changes 2017-02-28 23:05:41 -08:00
metrics.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00
operations.go construction of GC should not fail for restmapper error caused by tpr 2017-03-16 14:19:17 -07:00
OWNERS Update OWNERS 2016-11-02 16:19:22 -07:00
patch.go gc changes 2017-02-28 23:05:41 -08:00
rate_limiter_helper.go move dynamic and discovery clients 2017-01-26 08:37:06 -05:00
uid_cache.go start the apimachinery repo 2017-01-11 09:09:48 -05:00