import "k8s.io/kubernetes/pkg/volume/storageos"
Package storageos contains the internal representation of StorageOS PersistentDisk volumes.
doc.go storageos.go storageos_util.go
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" )
func ProbeVolumePlugins() []volume.VolumePlugin
ProbeVolumePlugins is the primary entrypoint for volume plugins.
Package storageos imports 21 packages (graph) and is imported by 47 packages. Updated 2020-11-27. Refresh now. Tools for package owners.