package storageos
import "k8s.io/kubernetes/pkg/volume/storageos"
Package storageos contains the internal representation of StorageOS PersistentDisk volumes.
Index ¶
Constants ¶
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" )
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.20.4
- Published
- Feb 18, 2021
- Platform
- linux/amd64
- Imports
- 21 packages
- Last checked
- 2 minutes ago –
Tools for package owners.