1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 13:29:11 +01:00

Fix golangci-lint Failures For 1.30.0 Upgrade

This commit is contained in:
Sean Malloy
2020-08-24 23:13:03 -05:00
parent 195082d33b
commit 1fb3445692
3 changed files with 4 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ func initializeClient(t *testing.T) (clientset.Interface, coreinformers.NodeInfo
t.Errorf("Error during client creation with %v", err)
}
stopChannel := make(chan struct{}, 0)
stopChannel := make(chan struct{})
sharedInformerFactory := informers.NewSharedInformerFactory(clientSet, 0)
sharedInformerFactory.Start(stopChannel)