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 fcDiskBuilder) error

func (*FCUtil) DetachDisk

func (util *FCUtil) DetachDisk(c fcDiskCleaner, 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.1.9-beta.0
Published
Feb 23, 2016
Platform
js/wasm
Imports
14 packages
Last checked
20 minutes ago

Tools for package owners.