Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is the name of the storage driver
Name = "scaleio"
)
Variables ¶
View Source
var ( // ErrFindingSDC occurs when there is an issue finding the ScaleIO data // controller. ErrFindingSDC = func(sdcGUID string, err error) error { return goof.WithFieldE( "sdcGUID", sdcGUID, "error finding sdc", err) } // ErrNoSDCGUID occurs when there is an issue locating the GUID for the // provided ScaleIO instance ID. ErrNoSDCGUID = goof.New("no sdc guid returned") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.