Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for healthyCount (0.2 sec)

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

    			healthyCount++
    		} else {
    			m.unhealthyDevices[resourceName].Insert(dev.ID)
    		}
    	}
    	m.mutex.Unlock()
    	if err := m.writeCheckpoint(); err != nil {
    		klog.ErrorS(err, "Writing checkpoint encountered")
    	}
    	klog.V(2).InfoS("Processed device updates for resource", "resourceName", resourceName, "totalCount", len(devices), "healthyCount", healthyCount)
    }
    
    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