Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for SinceInSeconds (0.12 sec)

  1. pkg/kubelet/cm/devicemanager/manager.go

    		klog.V(3).InfoS("Making allocation request for device plugin", "devices", devs, "resourceName", resource)
    		resp, err := eI.e.allocate(devs)
    		metrics.DevicePluginAllocationDuration.WithLabelValues(resource).Observe(metrics.SinceInSeconds(startRPCTime))
    		if err != nil {
    			// In case of allocation failure, we want to restore m.allocatedDevices
    			// to the actual allocated state from m.podDevices.
    			m.mutex.Lock()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 12:01:56 UTC 2024
    - 43K bytes
    - Viewed (0)
Back to top