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

package aws_ebs

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

Index

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(pd *awsElasticBlockStore, 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(pd *awsElasticBlockStore) error

Unmounts the device and detaches the disk from the kubelet's host machine.

Source Files

aws_ebs.go aws_util.go

Version
v0.15.0
Published
Apr 13, 2015
Platform
linux/amd64
Imports
17 packages
Last checked
1 minute ago

Tools for package owners.