Skip to content

Commit

Permalink
Test cases and godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Hurley committed Jan 22, 2019
1 parent 2ecd8ff commit bbb3b9c
Show file tree
Hide file tree
Showing 7 changed files with 673 additions and 542 deletions.
2 changes: 2 additions & 0 deletions pkg/cache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ type Informer interface {
// AddIndexers adds more indexers to this store. If you call this after you already have data
// in the store, the results are undefined.
AddIndexers(indexers toolscache.Indexers) error
//HasSynced return true if the informers underlying store has synced
HasSynced() bool
}

// Options are the optional arguments for creating a new InformersMap object
Expand Down
Loading

0 comments on commit bbb3b9c

Please sign in to comment.