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

package cinder

import "k8s.io/kubernetes/pkg/volume/cinder"

Package cinder contains the internal representation of cinder volumes.

Index

Functions

func ProbeVolumePlugins

func ProbeVolumePlugins() []volume.VolumePlugin

This is the primary entrypoint for volume plugins.

Types

type CinderDiskUtil

type CinderDiskUtil struct{}

func (*CinderDiskUtil) AttachDisk

func (util *CinderDiskUtil) AttachDisk(b *cinderVolumeBuilder, globalPDPath string) error

Attaches a disk specified by a volume.CinderPersistenDisk to the current kubelet. Mounts the disk to it's global path.

func (*CinderDiskUtil) DetachDisk

func (util *CinderDiskUtil) DetachDisk(cd *cinderVolumeCleaner) error

Unmounts the device and detaches the disk from the kubelet's host machine.

Source Files

cinder.go cinder_util.go doc.go

Version
v1.1.4-beta.0
Published
Dec 7, 2015
Platform
js/wasm
Imports
15 packages
Last checked
4 minutes ago

Tools for package owners.