From 5a21aa58a2504414dadce7c3af50a01a85307788 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. Kubernetes-commit: e42f7c7480c304144b3c90089232c5fc59229cce --- tools/cache/controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cache/controller.go b/tools/cache/controller.go index 06bc04f8..e8c6a0e1 100644 --- a/tools/cache/controller.go +++ b/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,