Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewPriorityLevelConfigurationLister (0.29 sec)

  1. pkg/registry/flowcontrol/ensurer/prioritylevelconfiguration_test.go

    			if test.current != nil {
    				client.Create(context.TODO(), test.current, metav1.CreateOptions{})
    				indexer.Add(test.current)
    			}
    
    			ops := NewPriorityLevelConfigurationOps(client, flowcontrollisters.NewPriorityLevelConfigurationLister(indexer))
    			boots := []*flowcontrolv1.PriorityLevelConfiguration{test.bootstrap}
    			strategy := test.strategy()
    
    			err := EnsureConfigurations(context.Background(), ops, boots, strategy)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top