Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for thresholdsMetGracePeriod (0.36 sec)

  1. pkg/kubelet/eviction/helpers.go

    		if !found {
    			observedAt = now
    		}
    		results[thresholds[i]] = observedAt
    	}
    	return results
    }
    
    // thresholdsMetGracePeriod returns the set of thresholds that have satisfied associated grace period
    func thresholdsMetGracePeriod(observedAt thresholdsObservedAt, now time.Time) []evictionapi.Threshold {
    	results := []evictionapi.Threshold{}
    	for threshold, at := range observedAt {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
Back to top