package csi

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

Index

Functions

func ProbeVolumePlugins

func ProbeVolumePlugins() []volume.VolumePlugin

ProbeVolumePlugins returns implemented plugins

func RegistrationCallback

func RegistrationCallback(pluginName string, endpoint string, versions []string, socketPath string) (error, chan bool)

RegistrationCallback is called by kubelet's plugin watcher upon detection of a new registration socket opened by CSI Driver registrar side car.

Source Files

csi_attacher.go csi_block.go csi_client.go csi_mounter.go csi_plugin.go csi_util.go

Directories

PathSynopsis
pkg/volume/csi/fake
pkg/volume/csi/labelmanagerPackage labelmanager includes internal functions used to add/delete labels to kubernetes nodes for corresponding CSI drivers
Version
v1.11.3
Published
Sep 8, 2018
Platform
js/wasm
Imports
29 packages
Last checked
59 seconds ago

Tools for package owners.