Fix golint errors in pkg/controller/garbagecollector

This commit is contained in:
s-ito-ts
2020-02-12 06:11:23 +00:00
parent 96dfa3f605
commit e6b9a7a309
6 changed files with 32 additions and 23 deletions

View File

@@ -67,8 +67,8 @@ type event struct {
gvk schema.GroupVersionKind
}
// GraphBuilder: based on the events supplied by the informers, GraphBuilder updates
// uidToNode, a graph that caches the dependencies as we know, and enqueues
// GraphBuilder processes events supplied by the informers, updates uidToNode,
// a graph that caches the dependencies as we know, and enqueues
// items to the attemptToDelete and attemptToOrphan.
type GraphBuilder struct {
restMapper meta.RESTMapper