package storageos
import "k8s.io/kubernetes/pkg/volume/storageos"
Package storageos contains the internal representation of StorageOS PersistentDisk volumes.
Index ¶
Constants ¶
const ( ErrDeviceNotFound = "device not found" ErrDeviceNotSupported = "device not supported" ErrNotAvailable = "not available" )
Functions ¶
func ProbeVolumePlugins ¶
func ProbeVolumePlugins() []volume.VolumePlugin
ProbeVolumePlugins is the primary entrypoint for volume plugins.
Source Files ¶
doc.go storageos.go storageos_util.go
- Version
- v1.13.12
- Published
- Oct 9, 2019
- Platform
- linux/amd64
- Imports
- 19 packages
- Last checked
- 9 minutes ago –
Tools for package owners.