Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrProbeVolume = errors.New("Error scanning attached volumes")
Functions ¶
func ProbeVolumePlugins ¶
func ProbeVolumePlugins() []volume.VolumePlugin
This is the primary entrypoint for volume plugins.
Types ¶
type PhotonDiskUtil ¶
type PhotonDiskUtil struct{}
func (*PhotonDiskUtil) CreateVolume ¶
func (util *PhotonDiskUtil) CreateVolume(p *photonPersistentDiskProvisioner) (pdID string, capacityGB int, fstype string, err error)
CreateVolume creates a PhotonController persistent disk.
func (*PhotonDiskUtil) DeleteVolume ¶
func (util *PhotonDiskUtil) DeleteVolume(pd *photonPersistentDiskDeleter) error
DeleteVolume deletes a vSphere volume.
Click to show internal directories.
Click to hide internal directories.