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.17.8
- Published
- Jun 26, 2020
- Platform
- js/wasm
- Imports
- 20 packages
- Last checked
- 5 minutes ago –
Tools for package owners.