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 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.23.14
Published
Nov 9, 2022
Platform
js/wasm
Imports
21 packages
Last checked
5 minutes ago

Tools for package owners.