github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/client/pluginmanager/csimanager/doc.go (about)

     1  /**
     2  csimanager manages locally running CSI Plugins on a Nomad host, and provides a
     3  few different interfaces.
     4  
     5  It provides:
     6  - a pluginmanager.PluginManager implementation that is used to fingerprint and
     7    heartbeat local node plugins
     8  - (TODO) a csimanager.AttachmentWaiter implementation that can be used to wait for an
     9    external CSIVolume to be attached to the node before returning
    10  - (TODO) a csimanager.NodeController implementation that is used to manage the node-local
    11    portions of the CSI specification, and encompassess volume staging/publishing
    12  - (TODO) a csimanager.VolumeChecker implementation that can be used by hooks to ensure
    13    their volumes are healthy(ish)
    14  */
    15  package csimanager