package expand
import "k8s.io/kubernetes/pkg/controller/volume/expand"
Index ¶
Types ¶
type ExpandController ¶
type ExpandController interface {
Run(stopCh <-chan struct{})
}
ExpandController expands the pvs
func NewExpandController ¶
func NewExpandController( kubeClient clientset.Interface, pvcInformer coreinformers.PersistentVolumeClaimInformer, pvInformer coreinformers.PersistentVolumeInformer, scInformer storageclassinformer.StorageClassInformer, cloud cloudprovider.Interface, plugins []volume.VolumePlugin) (ExpandController, error)
NewExpandController expands the pvs
Source Files ¶
expand_controller.go
Directories ¶
Path | Synopsis |
---|---|
pkg/controller/volume/expand/cache |
- Version
- v1.16.6-beta.0
- Published
- Jan 11, 2020
- Platform
- js/wasm
- Imports
- 30 packages
- Last checked
- 5 seconds ago –
Tools for package owners.