kubernetes/pkg/controller
Daniel Martí d15de72a92 Fix race condition in controller_test
Our WaitGroup.Add() call might happen after some WaitGroup.Done() calls done
by the controller, so make sure that doesn't happen by doing the Add() calls
before letting the controller run.

--- FAIL: TestUpdate (2.00s)
panic: sync: WaitGroup is reused before previous Wait has returned [recovered]
        panic: sync: WaitGroup is reused before previous Wait has returned
2015-09-10 14:33:23 -07:00
..
autoscaler Implemented removal of Deployments, Daemons & HorizontalPodAutoscalers when Namespace is removed. 2015-09-09 10:59:43 +02:00
endpoint refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
framework Fix race condition in controller_test 2015-09-10 14:33:23 -07:00
namespace rename expapi.Daemon to expapi.DaemonSet 2015-09-10 08:34:26 -07:00
node Rename "minion" to "node" in few places. 2015-09-09 16:18:23 +02:00
persistentvolume Merge pull request #10833 from markturansky/loosen_binding 2015-09-04 09:06:31 -07:00
replication refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
resourcequota Update resource quota for requests 2015-09-03 14:24:59 -04:00
route Cleanup deprecated Forever function 2015-08-24 10:31:59 +08:00
service External IPs support. 2015-08-20 16:10:01 -07:00
serviceaccount refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
controller_utils.go Update controllers and client to handle terminating pods 2015-08-20 11:04:39 -04:00
controller_utils_test.go refactor testapi and test scripts to prepare for multiple API groups. 2015-09-04 18:01:32 -07:00
doc.go Refactor package controller 2015-07-29 09:54:35 -07:00