Merge pull request #74044 from danielqsj/dr

fix the disruption-recheck metrics register error
This commit is contained in:
Kubernetes Prow Robot
2019-02-21 20:51:01 -08:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -166,7 +166,7 @@ func TestRequeueStuckDeployment(t *testing.T) {
}
dc := &DeploymentController{
queue: workqueue.NewNamedRateLimitingQueue(workqueue.DefaultControllerRateLimiter(), "doesnt-matter"),
queue: workqueue.NewNamedRateLimitingQueue(workqueue.DefaultControllerRateLimiter(), "doesnt_matter"),
}
dc.enqueueDeployment = dc.enqueue