Versions in this module Expand all Collapse all v0 v0.19.0 Jun 9, 2015 Changes in this version + const RBDPluginName + func ProbeVolumePlugins() []volume.VolumePlugin + type RBDPlugin struct + func (plugin *RBDPlugin) CanSupport(spec *volume.Spec) bool + func (plugin *RBDPlugin) GetAccessModes() []api.PersistentVolumeAccessMode + func (plugin *RBDPlugin) Init(host volume.VolumeHost) + func (plugin *RBDPlugin) Name() string + func (plugin *RBDPlugin) NewBuilder(spec *volume.Spec, pod *api.Pod, _ volume.VolumeOptions, ...) (volume.Builder, error) + func (plugin *RBDPlugin) NewCleaner(volName string, podUID types.UID, mounter mount.Interface) (volume.Cleaner, error) + type RBDUtil struct + func (util *RBDUtil) AttachDisk(rbd rbd) error + func (util *RBDUtil) DetachDisk(rbd rbd, mntPath string) error + func (util *RBDUtil) MakeGlobalPDName(rbd rbd) string