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, cloud cloudprovider.Interface, plugins []volume.VolumePlugin, translator CSINameTranslator, csiMigratedPluginManager csimigration.PluginManager) (ExpandController, error)
NewExpandController expands the pvs
Source Files ¶
expand_controller.go
- Version
- v1.28.8
- Published
- Mar 15, 2024
- Platform
- js/wasm
- Imports
- 33 packages
- Last checked
- 33 seconds ago –
Tools for package owners.