# Packages
Package cache implements data structures used by the attach/detach controller
to keep track of volumes, the nodes they are attached to, and the pods that
reference them.
Package populator implements interfaces that monitor and keep the states of the desired_state_of_word in sync with the "ground truth" from informer.
Package reconciler implements interfaces that attempt to reconcile the desired state of the with the actual state of the world by triggering actions.
Package statusupdater implements interfaces that enable updating the status of API objects.
No description provided by the author
No description provided by the author
# Functions
NewAttachDetachController returns a new instance of AttachDetachController.
# Variables
DefaultTimerConfig is the default configuration of Attach/Detach controller timers.
# Structs
TimerConfig contains configuration of internal attach/detach timers and should be used only to speed up tests.
# Interfaces
AttachDetachController defines the operations supported by this controller.