Skip to content

Commit

Permalink
React to changes to cache.Indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
smarterclayton committed May 24, 2017
1 parent 65ee67b commit 63178a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/build/controller/buildpod/buildpod_controller_test.go
Expand Up @@ -340,6 +340,7 @@ type fakeIndexer struct {
}

func (*fakeIndexer) Index(indexName string, obj interface{}) ([]interface{}, error) { return nil, nil }
func (*fakeIndexer) IndexKeys(indexName, indexKey string) ([]string, error) { return nil, nil }
func (*fakeIndexer) ListIndexFuncValues(indexName string) []string { return nil }
func (*fakeIndexer) ByIndex(indexName, indexKey string) ([]interface{}, error) { return nil, nil }
func (*fakeIndexer) GetIndexers() cache.Indexers { return nil }
Expand Down

0 comments on commit 63178a1

Please sign in to comment.