Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ReconstructVolumeOperation (0.24 sec)

  1. pkg/volume/util/operationexecutor/operation_executor.go

    	ExpandInUseVolume(volumeToMount VolumeToMount, actualStateOfWorld ActualStateOfWorldMounterUpdater, currentSize resource.Quantity) error
    	// ReconstructVolumeOperation construct a new volumeSpec and returns it created by plugin
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  2. pkg/kubelet/volumemanager/reconciler/reconstruct_common.go

    		return nil, fmt.Errorf("could not find block volume plugin %q (spec.Name: %q) pod %q (UID: %q)", volume.pluginName, volume.volumeSpecName, volume.podName, pod.UID)
    	}
    
    	reconstructed, err := rc.operationExecutor.ReconstructVolumeOperation(
    		volume.volumeMode,
    		plugin,
    		mapperPlugin,
    		pod.UID,
    		volume.podName,
    		volume.volumeSpecName,
    		volume.volumePath,
    		volume.pluginName)
    	if err != nil {
    		return nil, err
    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