Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewQueueSetFactory (0.31 sec)

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

    	totRequestsTimedout int
    
    	// totRequestsCancelled is the total number of requests of this
    	// queueSet that have been cancelled.
    	totRequestsCancelled int
    }
    
    // NewQueueSetFactory creates a new QueueSetFactory object
    func NewQueueSetFactory(c eventclock.Interface) fq.QueueSetFactory {
    	return newTestableQueueSetFactory(c, ordinaryPromiseFactoryFactory)
    }
    
    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