provision

package
v3.0.0-beta.2+incompat... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 29, 2017 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ProvisionerName is a unique string to represent this volume provisioner. This value will be
	// added in PV annotations under 'pv.kubernetes.io/provisioned-by' key.
	ProvisionerName = "ceph.com/rbd"
)

Variables

This section is empty.

Functions

func AccessModesContainedInAll

func AccessModesContainedInAll(indexedModes []v1.PersistentVolumeAccessMode, requestedModes []v1.PersistentVolumeAccessMode) bool

AccessModesContainedInAll returns whether all of the requested modes are contained by modes

func AccessModesContains

func AccessModesContains(modes []v1.PersistentVolumeAccessMode, mode v1.PersistentVolumeAccessMode) bool

AccessModesContains returns whether the requested mode is contained by modes

func NewRBDProvisioner

func NewRBDProvisioner(client kubernetes.Interface, id string) controller.Provisioner

NewRBDProvisioner creates a Provisioner that provisions Ceph RBD PVs backed by Ceph RBD images.

Types

type RBDUtil

type RBDUtil struct{}

RBDUtil is the utility structure to interact with the RBD.

func (*RBDUtil) CreateImage

func (u *RBDUtil) CreateImage(image string, pOpts *rbdProvisionOptions, options controller.VolumeOptions) (*v1.RBDVolumeSource, int, error)

CreateImage creates a new ceph image with provision and volume options.

func (*RBDUtil) DeleteImage

func (u *RBDUtil) DeleteImage(image string, pOpts *rbdProvisionOptions) error

DeleteImage deletes a ceph image with provision and volume options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL