Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for countGetterFn (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/request/list_work_estimator.go

    	estimator := &listWorkEstimator{
    		config:        config,
    		countGetterFn: countFn,
    		maxSeatsFn:    maxSeatsFn,
    	}
    	return estimator.estimate
    }
    
    type listWorkEstimator struct {
    	config        *WorkEstimatorConfig
    	countGetterFn objectCountGetterFunc
    	maxSeatsFn    maxSeatsFunc
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 11:56:42 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top