Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for volumesDirInfo (0.17 sec)

  1. pkg/kubelet/volumemanager/reconciler/reconstruct_common.go

    		for volumeMode, volumesDir := range volumesDirs {
    			var volumesDirInfo []fs.DirEntry
    			if volumesDirInfo, err = os.ReadDir(volumesDir); err != nil {
    				// Just skip the loop because given volumesDir doesn't exist depending on volumeMode
    				continue
    			}
    			for _, volumeDir := range volumesDirInfo {
    				pluginName := volumeDir.Name()
    				volumePluginPath := filepath.Join(volumesDir, pluginName)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top