Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetCSIMounterPath (0.11 sec)

  1. pkg/volume/csi/csi_util.go

    		return nil, err
    	}
    	if volSrc != nil {
    		return nil, fmt.Errorf("unexpected api.CSIVolumeSource found in volume.Spec")
    	}
    	return pvSrc, nil
    }
    
    // GetCSIMounterPath returns the mounter path given the base path.
    func GetCSIMounterPath(path string) string {
    	return filepath.Join(path, "/mount")
    }
    
    // GetCSIDriverName returns the csi driver name
    func GetCSIDriverName(spec *volume.Spec) (string, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 17:14:00 UTC 2023
    - 7.3K bytes
    - Viewed (0)
Back to top