mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +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,
|
"handSize": 2,
|
||||||
"queueLengthLimit": 3
|
"queueLengthLimit": 3
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"lendablePercent": 3,
|
||||||
|
"borrowingLimitPercent": 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
|
Binary file not shown.
@ -35,6 +35,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
limited:
|
limited:
|
||||||
assuredConcurrencyShares: 1
|
assuredConcurrencyShares: 1
|
||||||
|
borrowingLimitPercent: 4
|
||||||
|
lendablePercent: 3
|
||||||
limitResponse:
|
limitResponse:
|
||||||
queuing:
|
queuing:
|
||||||
handSize: 2
|
handSize: 2
|
||||||
|
@ -54,7 +54,9 @@
|
|||||||
"handSize": 2,
|
"handSize": 2,
|
||||||
"queueLengthLimit": 3
|
"queueLengthLimit": 3
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"lendablePercent": 3,
|
||||||
|
"borrowingLimitPercent": 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
|
Binary file not shown.
@ -35,6 +35,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
limited:
|
limited:
|
||||||
assuredConcurrencyShares: 1
|
assuredConcurrencyShares: 1
|
||||||
|
borrowingLimitPercent: 4
|
||||||
|
lendablePercent: 3
|
||||||
limitResponse:
|
limitResponse:
|
||||||
queuing:
|
queuing:
|
||||||
handSize: 2
|
handSize: 2
|
||||||
|
@ -54,7 +54,9 @@
|
|||||||
"handSize": 2,
|
"handSize": 2,
|
||||||
"queueLengthLimit": 3
|
"queueLengthLimit": 3
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"lendablePercent": 3,
|
||||||
|
"borrowingLimitPercent": 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
|
Binary file not shown.
@ -35,6 +35,8 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
limited:
|
limited:
|
||||||
assuredConcurrencyShares: 1
|
assuredConcurrencyShares: 1
|
||||||
|
borrowingLimitPercent: 4
|
||||||
|
lendablePercent: 3
|
||||||
limitResponse:
|
limitResponse:
|
||||||
queuing:
|
queuing:
|
||||||
handSize: 2
|
handSize: 2
|
||||||
|
@ -54,7 +54,9 @@
|
|||||||
"handSize": 2,
|
"handSize": 2,
|
||||||
"queueLengthLimit": 3
|
"queueLengthLimit": 3
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"lendablePercent": 3,
|
||||||
|
"borrowingLimitPercent": 4
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
|
Binary file not shown.
@ -34,6 +34,8 @@ metadata:
|
|||||||
uid: uidValue
|
uid: uidValue
|
||||||
spec:
|
spec:
|
||||||
limited:
|
limited:
|
||||||
|
borrowingLimitPercent: 4
|
||||||
|
lendablePercent: 3
|
||||||
limitResponse:
|
limitResponse:
|
||||||
queuing:
|
queuing:
|
||||||
handSize: 2
|
handSize: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user