mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
[advanced audit]fix comment about throttle burst
This commit is contained in:
parent
8f8201691e
commit
c6f72c20d1
@ -54,7 +54,7 @@ type BatchConfig struct {
|
|||||||
ThrottleEnable bool
|
ThrottleEnable bool
|
||||||
// ThrottleQPS defines the allowed rate of batches per second sent to the delegate backend.
|
// ThrottleQPS defines the allowed rate of batches per second sent to the delegate backend.
|
||||||
ThrottleQPS float32
|
ThrottleQPS float32
|
||||||
// ThrottleBurst defines the maximum rate of batches per second sent to the delegate backend in case
|
// ThrottleBurst defines the maximum number of requests sent to the delegate backend at the same moment in case
|
||||||
// the capacity defined by ThrottleQPS was not utilized.
|
// the capacity defined by ThrottleQPS was not utilized.
|
||||||
ThrottleBurst int
|
ThrottleBurst int
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user