kubernetesk8s.io/kubernetes/pkg/volume/storageos Index | Files

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.7.17-beta.0
Published
Apr 4, 2018
Platform
windows/amd64
Imports
21 packages
Last checked
4 minutes ago

Tools for package owners.