fix staticcheck errors in pkg/controller/daemon.

Signed-off-by: Sakura <longfei.shang@daocloud.io>
This commit is contained in:
Sakura
2020-01-19 21:09:05 +08:00
parent 073da1588a
commit 203c7b4731
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 {