Merge pull request #87368 from 928234269/fix_staticcheck01

fix staticcheck errors in pkg/controller/daemon.
This commit is contained in:
Kubernetes Prow Robot
2020-03-03 12:15:28 -08:00
committed by GitHub
3 changed files with 0 additions and 12 deletions

View File

@@ -223,7 +223,6 @@ type fakePodControl struct {
podStore cache.Store
podIDMap map[string]*v1.Pod
expectations controller.ControllerExpectationsInterface
dsc *daemonSetsController
}
func newFakePodControl() *fakePodControl {