package
1.3.0-alpha.4
Repository: https://github.com/clanstyles/kubernetes.git
Documentation: pkg.go.dev
# Packages
Package cache implements a data structure used by the attach/detach controller
to keep track of volumes, the nodes they are attached to, and the pods that
reference them.
# Functions
NewAttachDetachController returns a new instance of AttachDetachController.
# Interfaces
AttachDetachController defines the operations supported by this controller.