mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
fix unit test for TLS and linted packages
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
@@ -34,7 +34,7 @@ const (
|
||||
|
||||
var (
|
||||
metricsLock sync.Mutex
|
||||
rateLimiterMetrics map[string]prometheus.Gauge = make(map[string]prometheus.Gauge)
|
||||
rateLimiterMetrics = make(map[string]prometheus.Gauge)
|
||||
)
|
||||
|
||||
func registerRateLimiterMetric(ownerName string) error {
|
||||
|
||||
Reference in New Issue
Block a user