mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-18 16:21:13 +00:00
APF e2e tests: use snake_case label
Signed-off-by: Adhityaa Chandrasekar <adtac@google.com>
This commit is contained in:
parent
bcd3db095f
commit
760573f2d2
@ -38,7 +38,7 @@ import (
|
||||
|
||||
const (
|
||||
requestConcurrencyLimitMetricName = "apiserver_flowcontrol_request_concurrency_limit"
|
||||
requestConcurrencyLimitMetricLabelName = "priorityLevel"
|
||||
requestConcurrencyLimitMetricLabelName = "priority_level"
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("API priority and fairness", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user