Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetMaxSeats (0.27 sec)

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

    type MaxSeatsTracker interface {
    	// GetMaxSeats returns the maximum seats a request should occupy for a given priority level.
    	GetMaxSeats(priorityLevelName string) uint64
    
    	// SetMaxSeats configures max seats for a priority level.
    	SetMaxSeats(priorityLevelName string, maxSeats uint64)
    
    	// ForgetPriorityLevel removes max seats tracking for a priority level.
    	ForgetPriorityLevel(priorityLevelName string)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 17 19:26:52 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top