Documentation ¶
Overview ¶
Package drivers contains the internal representation of cinder volume
drivers.
Index ¶
- Constants
- type RBDDriver
- func (d *RBDDriver) Attach(volumeData map[string]interface{}, globalPDPath string) error
- func (d *RBDDriver) Detach(volumeData map[string]interface{}, globalPDPath string) error
- func (d *RBDDriver) Format(volumeData map[string]interface{}, fsType string) error
- func (d *RBDDriver) ToRBDVolume(volumeData map[string]interface{}) (*RBDVolume, error)
- type RBDVolume
Constants ¶
View Source
const (
DriverName = "rbd"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RBDDriver ¶
type RBDDriver struct { }
Click to show internal directories.
Click to hide internal directories.