kubernetes/pkg/controller/deployment
Kubernetes Submit Queue 914402281b Merge pull request #40673 from kargakis/unit-test-fix
Automatic merge from submit-queue

controller: don't run informers in unit tests when unnecessary

Fixes https://github.com/kubernetes/kubernetes/issues/39908

@mfojtik it seems that using informers makes the deployment sync for the initial relist so this races with the enqueue that these tests are testing.
2017-01-30 06:44:54 -08:00
..
util Update generated files 2017-01-29 21:41:45 +01:00
BUILD Update generated files 2017-01-29 21:41:45 +01:00
deployment_controller_test.go controller: don't run informers in unit tests when unnecessary 2017-01-30 11:36:49 +01:00
deployment_controller.go pkg/api: move Semantic equality to k8s.io/apimachinery/pkg/api/equality 2017-01-29 21:41:45 +01:00
OWNERS Update OWNERS for pkg/controller/deployment 2017-01-26 10:24:52 -08:00
progress.go controller: wait for all pods to be deleted before Recreating 2016-12-15 19:55:18 +01:00
recreate_test.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
recreate.go controller: decouple cleanup policy from deployment strategies 2017-01-19 10:33:24 +01:00
rollback.go Update deployment equality helper 2017-01-11 18:34:12 +01:00
rolling_test.go move testing/core to client-go 2017-01-26 13:54:40 -05:00
rolling.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00
sync_test.go move testing/core to client-go 2017-01-26 13:54:40 -05:00
sync.go refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00