Documentation ¶
Overview ¶
Package storageos contains the internal representation of StorageOS PersistentDisk volumes.
Index ¶
Constants ¶
View Source
const ( //ErrDeviceNotFound defines "device not found" ErrDeviceNotFound = "device not found" //ErrDeviceNotSupported defines "device not supported" ErrDeviceNotSupported = "device not supported" //ErrNotAvailable defines "not available" ErrNotAvailable = "not available" )
Variables ¶
This section is empty.
Functions ¶
func ProbeVolumePlugins ¶
func ProbeVolumePlugins() []volume.VolumePlugin
ProbeVolumePlugins is the primary entrypoint for volume plugins.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.