Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processVolumesInUse (0.12 sec)

  1. pkg/controller/volume/attachdetach/attach_detach_controller.go

    	}
    	return nil
    }
    
    // processVolumesInUse processes the list of volumes marked as "in-use"
    // according to the specified Node's Status.VolumesInUse and updates the
    // corresponding volume in the actual state of the world to indicate that it is
    // mounted.
    func (adc *attachDetachController) processVolumesInUse(
    	logger klog.Logger, nodeName types.NodeName, volumesInUse []v1.UniqueVolumeName) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 32.6K bytes
    - Viewed (0)
Back to top