services

package
v0.0.0-...-d2e5dce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// SpName holds the name of the Storage Plugin / driver
	SpName = "csi-nfs"
)

Variables

View Source
var (
	// CSIVersions holds a slice of compatible CSI spec versions
	CSIVersions = []*csi.Version{
		&csi.Version{
			Major: 0,
			Minor: 0,
			Patch: 0,
		},
	}
)

Functions

This section is empty.

Types

type StoragePlugin

type StoragePlugin struct {
	// contains filtered or unexported fields
}

StoragePlugin contains parameters for the plugin

func (*StoragePlugin) CreateVolume

func (*StoragePlugin) DeleteVolume

func (*StoragePlugin) GetCapacity

func (*StoragePlugin) GetNodeID

func (*StoragePlugin) GetPluginInfo

func (*StoragePlugin) GetSupportedVersions

func (*StoragePlugin) Init

func (sp *StoragePlugin) Init()

Init initializes the plugin based on environment variables

func (*StoragePlugin) ListVolumes

func (*StoragePlugin) NodeGetCapabilities

func (*StoragePlugin) NodePublishVolume

func (*StoragePlugin) NodeUnpublishVolume

func (*StoragePlugin) ProbeNode

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL