k3s/pkg/cloudprovider/servicecontroller
Alex Robinson fc08a0a71b Do service creation/update/deletion work in a pool of goroutines, protecting
each service with a lock to ensure that no two goroutines will process a
service at the same time. This is needed to avoid weird race conditions.
2015-04-15 00:30:18 +00:00
..
doc.go Implement a ServiceController that watches services and handles keeping 2015-04-14 18:56:24 +00:00
servicecontroller.go Do service creation/update/deletion work in a pool of goroutines, protecting 2015-04-15 00:30:18 +00:00
servicecontroller_test.go Do service creation/update/deletion work in a pool of goroutines, protecting 2015-04-15 00:30:18 +00:00