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

package gce_pd

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

Package gce_pd contains the internal representation of GCE PersistentDisk volumes.

Index

Functions

func ProbeVolumePlugins

func ProbeVolumePlugins() []volume.VolumePlugin

This is the primary entrypoint for volume plugins.

Types

type GCEDiskUtil

type GCEDiskUtil struct{}

func (*GCEDiskUtil) CreateVolume

func (gceutil *GCEDiskUtil) CreateVolume(c *gcePersistentDiskProvisioner) (string, int, map[string]string, error)

CreateVolume creates a GCE PD. Returns: volumeID, volumeSizeGB, labels, error

func (*GCEDiskUtil) DeleteVolume

func (util *GCEDiskUtil) DeleteVolume(d *gcePersistentDiskDeleter) error

Source Files

attacher.go doc.go gce_pd.go gce_util.go

Version
v1.7.6
Published
Sep 14, 2017
Platform
windows/amd64
Imports
21 packages
Last checked
1 minute ago

Tools for package owners.