kubernetes/pkg/controller/framework
saadali 92500a20d7 Attach detach controller business logic added
Split controller cache into actual and desired state of world.
Controller will only operate on volumes scheduled to nodes that
have the "volumes.kubernetes.io/controller-managed-attach" annotation.
2016-05-24 23:01:16 -07:00
..
informers Attach detach controller business logic added 2016-05-24 23:01:16 -07:00
controller.go
controller_test.go Separate sync and list functionality in the reflector. #23394 2016-05-19 07:41:24 -04:00
doc.go
fake_controller_source.go
fake_controller_source_test.go
shared_informer.go