mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
apiserver: update API testdata at HEAD for flowcontrol
This commit is contained in:
parent
c5520d6ba2
commit
284020cfdf
@ -54,7 +54,9 @@
|
||||
"handSize": 2,
|
||||
"queueLengthLimit": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"lendablePercent": 3,
|
||||
"borrowingLimitPercent": 4
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
|
Binary file not shown.
@ -35,6 +35,8 @@ metadata:
|
||||
spec:
|
||||
limited:
|
||||
assuredConcurrencyShares: 1
|
||||
borrowingLimitPercent: 4
|
||||
lendablePercent: 3
|
||||
limitResponse:
|
||||
queuing:
|
||||
handSize: 2
|
||||
|
@ -54,7 +54,9 @@
|
||||
"handSize": 2,
|
||||
"queueLengthLimit": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"lendablePercent": 3,
|
||||
"borrowingLimitPercent": 4
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
|
Binary file not shown.
@ -35,6 +35,8 @@ metadata:
|
||||
spec:
|
||||
limited:
|
||||
assuredConcurrencyShares: 1
|
||||
borrowingLimitPercent: 4
|
||||
lendablePercent: 3
|
||||
limitResponse:
|
||||
queuing:
|
||||
handSize: 2
|
||||
|
@ -54,7 +54,9 @@
|
||||
"handSize": 2,
|
||||
"queueLengthLimit": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"lendablePercent": 3,
|
||||
"borrowingLimitPercent": 4
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
|
Binary file not shown.
@ -35,6 +35,8 @@ metadata:
|
||||
spec:
|
||||
limited:
|
||||
assuredConcurrencyShares: 1
|
||||
borrowingLimitPercent: 4
|
||||
lendablePercent: 3
|
||||
limitResponse:
|
||||
queuing:
|
||||
handSize: 2
|
||||
|
@ -54,7 +54,9 @@
|
||||
"handSize": 2,
|
||||
"queueLengthLimit": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"lendablePercent": 3,
|
||||
"borrowingLimitPercent": 4
|
||||
}
|
||||
},
|
||||
"status": {
|
||||
|
Binary file not shown.
@ -34,6 +34,8 @@ metadata:
|
||||
uid: uidValue
|
||||
spec:
|
||||
limited:
|
||||
borrowingLimitPercent: 4
|
||||
lendablePercent: 3
|
||||
limitResponse:
|
||||
queuing:
|
||||
handSize: 2
|
||||
|
Loading…
Reference in New Issue
Block a user