From 729337ec7e4251708b75f45ad40b7fa55ad14dd5 Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Tue, 7 Jan 2020 08:56:31 -0500 Subject: [PATCH] gofmt reflector.go --- staging/src/k8s.io/client-go/tools/cache/reflector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/client-go/tools/cache/reflector.go b/staging/src/k8s.io/client-go/tools/cache/reflector.go index 4bbd4f595d5..f0354e9681e 100644 --- a/staging/src/k8s.io/client-go/tools/cache/reflector.go +++ b/staging/src/k8s.io/client-go/tools/cache/reflector.go @@ -68,7 +68,7 @@ type Reflector struct { listerWatcher ListerWatcher // period controls timing between an unsuccessful watch ending and // the beginning of the next list. - period time.Duration + period time.Duration // The period at which ShouldResync is invoked resyncPeriod time.Duration // ShouldResync is invoked periodically and whenever it returns `true` the Store's Resync operation is invoked