kubernetes/federation/pkg/federation-controller/ingress
Maru Newby 02a294533b fed: Fix flakey ingress unit test
The unit test for the ingress controller was previously adding
a cluster twice, which resulted in a cluster being deleted and added
back.  The deletion was racing the controller shutdown to close
informer channels.  This change ensures that the informer clears its
map of informers when Stop() is called to prevent a double close, and
that the test no longer adds the cluster twice.
2017-03-13 13:18:06 -07:00
..
BUILD move client/record 2017-01-31 19:14:13 -05:00
ingress_controller_test.go fed: Fix flakey ingress unit test 2017-03-13 13:18:06 -07:00
ingress_controller.go Merge pull request #41942 from csbell/fw-name 2017-03-04 02:51:04 -08:00