package
1.3.2
Repository: https://github.com/hyperhq/hypernetes.git
Documentation: pkg.go.dev

# 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

# Functions

NewAttachDetachController returns a new instance of AttachDetachController.

# Interfaces

AttachDetachController defines the operations supported by this controller.