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

package fc

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

Package fc contains the internal representation of Fibre Channel (fc) volumes.

Index

Functions

func ProbeVolumePlugins

func ProbeVolumePlugins() []volume.VolumePlugin

This is the primary entrypoint for volume plugins.

Types

type FCUtil

type FCUtil struct{}

func (*FCUtil) AttachDisk

func (util *FCUtil) AttachDisk(b fcDiskMounter) error

func (*FCUtil) DetachDisk

func (util *FCUtil) DetachDisk(c fcDiskUnmounter, mntPath string) error

func (*FCUtil) MakeGlobalPDName

func (util *FCUtil) MakeGlobalPDName(fc fcDisk) string

Source Files

disk_manager.go doc.go fc.go fc_util.go

Version
v1.4.0-beta.5
Published
Sep 15, 2016
Platform
linux/amd64
Imports
14 packages
Last checked
2 minutes ago

Tools for package owners.