We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162a113 commit 41c63d0Copy full SHA for 41c63d0
pkg/cache/cache.go
@@ -117,8 +117,8 @@ type Informer interface {
117
// This function is guaranteed to be idempotent and thread-safe.
118
RemoveEventHandler(handle toolscache.ResourceEventHandlerRegistration) error
119
120
- // AddIndexers adds indexers to this store. If this is called after there is already data
121
- // in the store, the results are undefined.
+ // AddIndexers adds indexers to this store. It is valid to add indexers
+ // after an informer was started.
122
AddIndexers(indexers toolscache.Indexers) error
123
124
// HasSynced return true if the informers underlying store has synced.
0 commit comments