Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidSpecDriver is returned when incorrect or no OSD driver is specified in spec file ErrInvalidSpecDriver = errors.New("Invalid kubernetes spec file : No OSD driver specified in flexvolume") // ErrInvalidSpecVolumeID is returned when incorrect or no volumeID is specified in spec file ErrInvalidSpecVolumeID = errors.New("Invalid kubernetes spec file : No volumeID specified in flexvolume") // ErrNoMountInfo is returned when flexvolume is unable to read from proc/self/mountinfo ErrNoMountInfo = errors.New("Could not read mountpoints from /proc/self/mountinfo. ") // ErrMissingMountPath is returned when no mountPath specified in mount call ErrMissingMountPath = errors.New("Missing target mount path") )
Functions ¶
func StartFlexVolumeAPI ¶
StartFlexVolumeAPI starts the flexvolume API on the given port.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.