Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EnsureConfigurations (3.33 sec)

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

    			boots := []*flowcontrolv1.PriorityLevelConfiguration{test.bootstrap}
    			strategy := test.strategy()
    
    			err := EnsureConfigurations(context.Background(), ops, boots, strategy)
    			if err != nil {
    				t.Fatalf("Expected no error, but got: %v", err)
    			}
    
    			plGot, err := client.Get(context.TODO(), test.bootstrap.Name, metav1.GetOptions{})
    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