mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-21 01:26:28 +00:00
Added indexer description for the API of NewIndexerInformer.
This commit is contained in:
parent
947db16df7
commit
e42f7c7480
@ -296,6 +296,7 @@ func NewInformer(
|
|||||||
// long as possible (until the upstream source closes the watch or times out,
|
// long as possible (until the upstream source closes the watch or times out,
|
||||||
// or you stop the controller).
|
// or you stop the controller).
|
||||||
// * h is the object you want notifications sent to.
|
// * h is the object you want notifications sent to.
|
||||||
|
// * indexers is the indexer for the received object type.
|
||||||
//
|
//
|
||||||
func NewIndexerInformer(
|
func NewIndexerInformer(
|
||||||
lw ListerWatcher,
|
lw ListerWatcher,
|
||||||
|
Loading…
Reference in New Issue
Block a user