Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SeatSeconds (0.14 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go

    	queues []*queue
    
    	// currentR is the amount of seat-seconds allocated per queue since process startup.
    	// This is our generalization of the progress meter named R in the original fair queuing work.
    	currentR fqrequest.SeatSeconds
    
    	// lastRealTime is what `clock.Now()` yielded when `virtualTime` was last updated
    	lastRealTime time.Time
    
    	// robinIndex is the index of the last queue dispatched
    	robinIndex int
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 04 16:59:21 UTC 2024
    - 42.4K bytes
    - Viewed (0)
Back to top