# Packages
Package attacherdetacher implements interfaces that enable triggering attach and detach operations on volumes.
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 reconciler implements interfaces that attempt to reconcile the desired state of the with the actual state of the world by triggering actions.
No description provided by the author
# Functions
NewAttachDetachController returns a new instance of AttachDetachController.
# Interfaces
AttachDetachController defines the operations supported by this controller.