We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaea4b commit 5f1a9fcCopy full SHA for 5f1a9fc
1 file changed
pkg/epp/framework/interface/flowcontrol/plugins.go
@@ -149,7 +149,7 @@ type UsageLimitPolicy interface {
149
// - priorities: Ordered list of currently active priority levels (highest first)
150
//
151
// Returns:
152
- // - ceilings: Computed ceiling for each priority (parallel to priorities)
+ // - ceilings: Computed ceiling for each given priority (n-th ceiling is assigned to the given n-th priority)
153
// - 0.0 = fully gated (cannot dispatch regardless of current saturation)
154
// - 1.0 = no gating (can dispatch until fully saturated)
155
// - Values between 0.0 and 1.0 reserve capacity headroom
0 commit comments