File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
pkg/apis/flowcontrol/validation Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -1013,14 +1013,10 @@ func TestPriorityLevelConfigurationValidation(t *testing.T) {
1013
1013
Spec : flowcontrol.PriorityLevelConfigurationSpec {
1014
1014
Type : flowcontrol .PriorityLevelEnablementLimited ,
1015
1015
Limited : & flowcontrol.LimitedPriorityLevelConfiguration {
1016
- AssuredConcurrencyShares : 100 ,
1016
+ AssuredConcurrencyShares : 1 ,
1017
1017
LimitResponse : flowcontrol.LimitResponse {
1018
- Type : flowcontrol .LimitResponseTypeQueue ,
1019
- Queuing : & flowcontrol.QueuingConfiguration {
1020
- Queues : 128 ,
1021
- HandSize : 6 ,
1022
- QueueLengthLimit : 100 ,
1023
- }}}},
1018
+ Type : flowcontrol .LimitResponseTypeReject ,
1019
+ }}},
1024
1020
},
1025
1021
expectedErrors : field.ErrorList {},
1026
1022
},
You can’t perform that action at this time.
0 commit comments