kubernetes/pkg/controller/petset
Kubernetes Submit Queue 2537f66f0e Merge pull request #29230 from luxas/goimport
Automatic merge from submit-queue

Run goimport for the whole repo

While removing GOMAXPROC and running goimports, I noticed quite a lot of other files also needed a goimport format. Didn't commit `*.generated.go`, `*.deepcopy.go` or files in `vendor`

This is more for testing if it builds.
The only strange thing here is the gopkg.in/gcfg.v1 => github.com/scalingdata/gcfg replace.
cc @jfrazelle @thockin
2016-08-05 16:22:01 -07:00
..
fakes.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
identity_mappers.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
identity_mappers_test.go Run goimports 2016-08-02 15:12:39 +03:00
iterator.go let RC manager utilize the GC 2016-07-14 19:59:31 -07:00
iterator_test.go Run goimports 2016-08-02 15:12:39 +03:00
pet.go Create event only if creation of PVC failed. 2016-07-14 11:53:42 -07:00
pet_set.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
pet_set_test.go Check all places to break the loop when object found 2016-07-23 13:49:04 +08:00
pet_set_utils.go Print/log pointers of structs with %#v instead of %+v 2016-08-01 22:27:56 +02:00