Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewWrapperUnmounter (0.15 sec)

  1. pkg/volume/plugins.go

    	NewWrapperMounter(volName string, spec Spec, pod *v1.Pod, opts VolumeOptions) (Mounter, error)
    
    	// NewWrapperUnmounter finds an appropriate plugin with which to handle
    	// the provided spec.  See comments on NewWrapperMounter for more
    	// context.
    	NewWrapperUnmounter(volName string, spec Spec, podUID types.UID) (Unmounter, error)
    
    	// Get mounter interface.
    	GetMounter(pluginName string) mount.Interface
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 38.2K bytes
    - Viewed (0)
Back to top