Documentation ¶
Overview ¶
Package aws_ebs contains the internal representation of AWS Elastic Block Store volumes.
Index ¶
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 AWSDiskUtil ¶
type AWSDiskUtil struct{}
func (*AWSDiskUtil) AttachAndMountDisk ¶
func (util *AWSDiskUtil) AttachAndMountDisk(b *awsElasticBlockStoreBuilder, globalPDPath string) error
Attaches a disk specified by a volume.AWSElasticBlockStore to the current kubelet. Mounts the disk to it's global path.
func (*AWSDiskUtil) DetachDisk ¶
func (util *AWSDiskUtil) DetachDisk(c *awsElasticBlockStoreCleaner) error
Unmounts the device and detaches the disk from the kubelet's host machine.
Click to show internal directories.
Click to hide internal directories.