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

package gce_pd

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

Package gce_pd contains the internal representation of GCE PersistentDisk volumes.

Index

Functions

func ProbeVolumePlugins

func ProbeVolumePlugins() []volume.VolumePlugin

This is the primary entrypoint for volume plugins.

Types

type GCEDiskUtil

type GCEDiskUtil struct{}

func (*GCEDiskUtil) AttachAndMountDisk

func (diskUtil *GCEDiskUtil) AttachAndMountDisk(b *gcePersistentDiskBuilder, globalPDPath string) error

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

func (*GCEDiskUtil) DetachDisk

func (util *GCEDiskUtil) DetachDisk(c *gcePersistentDiskCleaner) error

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

Source Files

doc.go gce_pd.go gce_util.go

Version
v1.1.3
Published
Dec 7, 2015
Platform
js/wasm
Imports
18 packages
Last checked
3 minutes ago

Tools for package owners.