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.8.0
Published
Sep 28, 2017
Platform
linux/amd64
Imports
20 packages
Last checked
1 minute ago

Tools for package owners.