Documentation ¶
Overview ¶
Package rbd contains the internal representation of Rados Block Store (Ceph) volumes.
Index ¶
- func ProbeVolumePlugins() []volume.VolumePlugin
- type RBDUtil
- func (util *RBDUtil) AttachDisk(b rbdMounter) error
- func (util *RBDUtil) CreateImage(p *rbdVolumeProvisioner) (r *v1.RBDVolumeSource, size int, err error)
- func (util *RBDUtil) DeleteImage(p *rbdVolumeDeleter) error
- func (util *RBDUtil) DetachDisk(c rbdUnmounter, mntPath string) error
- func (util *RBDUtil) MakeGlobalPDName(rbd rbd) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProbeVolumePlugins ¶
func ProbeVolumePlugins() []volume.VolumePlugin
This is the primary entrypoint for volume plugins.
Types ¶
type RBDUtil ¶
type RBDUtil struct{}
func (*RBDUtil) AttachDisk ¶
func (*RBDUtil) CreateImage ¶ added in v1.5.0
func (util *RBDUtil) CreateImage(p *rbdVolumeProvisioner) (r *v1.RBDVolumeSource, size int, err error)
func (*RBDUtil) DeleteImage ¶ added in v1.5.0
func (*RBDUtil) DetachDisk ¶
func (*RBDUtil) MakeGlobalPDName ¶
Click to show internal directories.
Click to hide internal directories.