Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewSuggestedEnsureStrategy (0.16 sec)

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

    	}{
    		// for suggested configurations
    		{
    			name:      "suggested priority level configuration does not exist - the object should always be re-created",
    			strategy:  NewSuggestedEnsureStrategy[*flowcontrolv1.PriorityLevelConfiguration],
    			bootstrap: newPLConfiguration("pl1").WithLimited(10).Object(),
    			current:   nil,
    			expected:  newPLConfiguration("pl1").WithLimited(10).Object(),
    		},
    		{
    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