k3s/pkg/controller/node
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
..
cidr_allocator.go Retry assigning CIDRs 2016-07-18 17:06:04 +02:00
cidr_allocator_test.go List all nodes and occupy cidr map before starting allocations 2016-07-16 13:54:01 -07:00
cidr_set.go Retry assigning CIDRs 2016-07-18 17:06:04 +02:00
cidr_set_test.go Run goimports 2016-08-02 15:12:39 +03:00
controller_utils.go Change eviction logic in NodeController and make it Zone-aware 2016-08-02 14:21:52 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
nodecontroller.go Collapse duplicate informer creation paths 2016-08-04 09:02:13 +02:00
nodecontroller_test.go Change eviction logic in NodeController and make it Zone-aware 2016-08-02 14:21:52 +02:00
rate_limited_queue.go Change eviction logic in NodeController and make it Zone-aware 2016-08-02 14:21:52 +02:00
rate_limited_queue_test.go Allow switching rate limiter inside RateLimitedQueue 2016-07-14 15:38:14 +02:00
test_utils.go Change eviction logic in NodeController and make it Zone-aware 2016-08-02 14:21:52 +02:00