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

package rbd

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

Package rbd contains the internal representation of Rados Block Store (Ceph) volumes.

Index

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 (util *RBDUtil) AttachDisk(b rbdMounter) error

func (*RBDUtil) CreateImage

func (util *RBDUtil) CreateImage(p *rbdVolumeProvisioner) (r *v1.RBDVolumeSource, size int, err error)

func (*RBDUtil) DeleteImage

func (util *RBDUtil) DeleteImage(p *rbdVolumeDeleter) error

func (*RBDUtil) DetachDisk

func (util *RBDUtil) DetachDisk(c rbdUnmounter, mntPath string) error

func (*RBDUtil) MakeGlobalPDName

func (util *RBDUtil) MakeGlobalPDName(rbd rbd) string

Source Files

disk_manager.go doc.go rbd.go rbd_util.go

Version
v1.7.7
Published
Sep 28, 2017
Platform
js/wasm
Imports
24 packages
Last checked
10 seconds ago

Tools for package owners.