package gce_pd
import "k8s.io/kubernetes/pkg/kubelet/volume/gce_pd"
Index ¶
Functions ¶
func ProbeVolumePlugins ¶
This is the primary entrypoint for volume plugins.
Types ¶
type GCEDiskUtil ¶
type GCEDiskUtil struct{}
func (*GCEDiskUtil) AttachAndMountDisk ¶
func (util *GCEDiskUtil) AttachAndMountDisk(pd *gcePersistentDisk, 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(pd *gcePersistentDisk) error
Unmounts the device and detaches the disk from the kubelet's host machine.
Source Files ¶
gce_pd.go gce_util.go
- Version
- v0.13.0
- Published
- Mar 16, 2015
- Platform
- js/wasm
- Imports
- 14 packages
- Last checked
- 16 seconds ago –
Tools for package owners.