Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for digestFlowSchemasLocked (0.22 sec)

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

    	cfgCtlr.lock.Lock()
    	defer cfgCtlr.lock.Unlock()
    	meal := cfgMeal{
    		cfgCtlr:     cfgCtlr,
    		newPLStates: make(map[string]*priorityLevelState),
    	}
    
    	meal.digestNewPLsLocked(newPLs)
    	meal.digestFlowSchemasLocked(newFSs)
    	meal.processOldPLsLocked()
    
    	// Supply missing mandatory PriorityLevelConfiguration objects
    	if !meal.haveExemptPL {
    		meal.imaginePL(fcboot.MandatoryPriorityLevelConfigurationExempt)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
Back to top