pkg/controller: fix staticcheck warning

This commit is contained in:
hwdef
2019-11-05 10:21:20 +08:00
parent 2b3540068b
commit 38256df718
7 changed files with 6 additions and 22 deletions

View File

@@ -66,7 +66,6 @@ type GarbageCollector struct {
dependencyGraphBuilder *GraphBuilder
// GC caches the owners that do not exist according to the API server.
absentOwnerCache *UIDCache
sharedInformers controller.InformerFactory
workerLock sync.RWMutex
}