Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2016 v0.3.0 Mar 16, 2016 Changes in this version type GCEDiskUtil + func (gceutil *GCEDiskUtil) CreateVolume(c *gcePersistentDiskProvisioner) (volumeID string, volumeSizeGB int, err error) + func (util *GCEDiskUtil) DeleteVolume(d *gcePersistentDiskDeleter) error v0.1.0 Oct 25, 2015 Changes in this version + func ProbeVolumePlugins() []volume.VolumePlugin + type GCEDiskUtil struct + func (diskUtil *GCEDiskUtil) AttachAndMountDisk(b *gcePersistentDiskBuilder, globalPDPath string) error + func (util *GCEDiskUtil) DetachDisk(c *gcePersistentDiskCleaner) error