package expand
import "k8s.io/kubernetes/pkg/controller/volume/expand"
Index ¶
Types ¶
type CSINameTranslator ¶
CSINameTranslator can get the CSI Driver name based on the in-tree plugin name
type ExpandController ¶
ExpandController expands the pvs
func NewExpandController ¶
func NewExpandController( kubeClient clientset.Interface, pvcInformer coreinformers.PersistentVolumeClaimInformer, pvInformer coreinformers.PersistentVolumeInformer, cloud cloudprovider.Interface, plugins []volume.VolumePlugin, translator CSINameTranslator, csiMigratedPluginManager csimigration.PluginManager, filteredDialOptions *proxyutil.FilteredDialOptions) (ExpandController, error)
NewExpandController expands the pvs
Source Files ¶
expand_controller.go
- Version
- v1.25.5
- Published
- Dec 8, 2022
- Platform
- js/wasm
- Imports
- 34 packages
- Last checked
- 1 minute ago –
Tools for package owners.