kubernetes/pkg/controller/node
Xing Zhou 46c302b4c2 Used goroutine to launch node controller's internalPodInformer.
Node controller's internalPodInformer will block main thread
if it is not started as a go routine. This patch fixed this
by runing internalPodInformer as a go routine.
2016-09-06 15:39:13 +08:00
..
cidr_allocator.go
cidr_allocator_test.go
cidr_set.go
cidr_set_test.go
controller_utils.go
doc.go
metrics.go
metrics_test.go
nodecontroller.go Used goroutine to launch node controller's internalPodInformer. 2016-09-06 15:39:13 +08:00
nodecontroller_test.go
rate_limited_queue.go
rate_limited_queue_test.go
test_utils.go