From e42f7c7480c304144b3c90089232c5fc59229cce Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Thu, 11 May 2017 14:28:25 +0800 Subject: [PATCH] Added indexer description for the API of NewIndexerInformer. --- staging/src/k8s.io/client-go/tools/cache/controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/staging/src/k8s.io/client-go/tools/cache/controller.go b/staging/src/k8s.io/client-go/tools/cache/controller.go index 06bc04f85ec..e8c6a0e1a0d 100644 --- a/staging/src/k8s.io/client-go/tools/cache/controller.go +++ b/staging/src/k8s.io/client-go/tools/cache/controller.go @@ -296,6 +296,7 @@ func NewInformer( // long as possible (until the upstream source closes the watch or times out, // or you stop the controller). // * h is the object you want notifications sent to. +// * indexers is the indexer for the received object type. // func NewIndexerInformer( lw ListerWatcher,