Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for debugLogThresholdsWithObservation (0.23 sec)

  1. pkg/kubelet/eviction/eviction_manager.go

    	debugLogObservations("observations", observations)
    
    	// determine the set of thresholds met independent of grace period
    	thresholds = thresholdsMet(thresholds, observations, false)
    	debugLogThresholdsWithObservation("thresholds - ignoring grace period", thresholds, observations)
    
    	// determine the set of thresholds previously met that have not yet satisfied the associated min-reclaim
    	if len(m.thresholdsMet) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 27 18:55:56 UTC 2024
    - 24.6K bytes
    - Viewed (0)
Back to top