Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for digestConfigObjects (0.65 sec)

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

    								HandSize: testcase.handSize,
    							},
    						},
    					},
    				},
    			}
    			if _, err := c.digestConfigObjects([]*flowcontrolv1.PriorityLevelConfiguration{testPriorityLevel}, nil); err != nil {
    				t.Errorf("unexpected error from digestConfigObjects: %v", err)
    			}
    			maxSeats := c.GetMaxSeats("test-pl")
    			if maxSeats != testcase.expectedMaxSeats {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	condition  flowcontrol.FlowSchemaCondition
    	oldValue   flowcontrol.FlowSchemaCondition
    }
    
    // digestConfigObjects is given all the API objects that configure
    // cfgCtlr and writes its consequent new configState.
    // Only invoke this in the one and only worker goroutine
    func (cfgCtlr *configController) digestConfigObjects(newPLs []*flowcontrol.PriorityLevelConfiguration, newFSs []*flowcontrol.FlowSchema) (time.Duration, error) {
    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