Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { // CreateVolume create volume from device exist in pool CreateVolume(name string, pool string, device string) error // DeleteVolume delete volume from pool and release bound disk DeleteVolume(name string, pool string) error // GetVolume return info about this volume GetVolume(name string) *types.Volume }
Manager responsible for creating, updating, and deleting volumes on nodes
Click to show internal directories.
Click to hide internal directories.