kubernetes/vendor/github.com/libopenstorage/openstorage/volume/volume.go

var ErrAlreadyShutdown

var ErrExist

var ErrDriverNotFound

var ErrDriverInitializing

var ErrEnoEnt

var ErrEnomem

var ErrEinval

var ErrVolDetached

var ErrVolAttached

var ErrVolAttachedOnRemoteNode

var ErrVolAttachedScale

var ErrVolHasSnaps

var ErrNotSupported

var ErrVolBusy

const APIVersion

const PluginAPIBase

const DriverAPIBase

const MountBase

const VolumeBase

const LocationConstraint

const LocalNode

type AttachOptionsKey

const AttachOptionsSecret

type Store

type VolumeDriver

type IODriver

type SnapshotDriver

type StatsDriver

type ProtoDriver

type Enumerator

type StoreEnumerator

type BlockDriver

type VolumeDriverProvider

type VolumeDriverRegistry

// NewVolumeDriverRegistry constructs a new VolumeDriverRegistry.
func NewVolumeDriverRegistry(nameToInitFunc map[string]func(map[string]string) (VolumeDriver, error)) VolumeDriverRegistry {}