mirror of
https://github.com/kubernetes/client-go.git
synced 2025-07-30 22:35:10 +00:00
Added indexer description for the API of NewIndexerInformer.
Kubernetes-commit: e42f7c7480c304144b3c90089232c5fc59229cce
This commit is contained in:
parent
bdefb3c11a
commit
5a21aa58a2
1
tools/cache/controller.go
vendored
1
tools/cache/controller.go
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user