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) (string, error)

func (*FCUtil) DetachDisk

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

func (*FCUtil) MakeGlobalPDName

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

Source Files

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

Version
v1.8.1
Published
Oct 11, 2017
Platform
js/wasm
Imports
16 packages
Last checked
2 minutes ago

Tools for package owners.