kubernetes/pkg/cloudprovider/servicecontroller
Alex Robinson 60611c253e Add a resync period for services in the service controller.
This should ensure all load balancers get deleted even if a reordering of
watch events causes us to strand one after its service has been deleted,
because the sync will notice that the service controller's cache has a
service in it that no longer exists in the apiserver.

It could still leak in the case that the controller manager is killed
between when it leaks something and the sync runs, but this should
improve things.
2015-07-27 18:03:13 +00:00
..
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
servicecontroller_test.go servicecontroller: last state applied to LB vs last state seen 2015-06-16 18:59:03 -04:00
servicecontroller.go Add a resync period for services in the service controller. 2015-07-27 18:03:13 +00:00