update replicaset lister

This commit is contained in:
deads2k
2016-10-04 13:23:27 -04:00
parent 358a57d74a
commit c30b2efc46
22 changed files with 249 additions and 213 deletions

View File

@@ -206,7 +206,7 @@ func (f *fixture) run(deploymentName string) {
c.dLister.Indexer.Add(d)
}
for _, rs := range f.rsLister {
c.rsLister.Store.Add(rs)
c.rsLister.Indexer.Add(rs)
}
for _, pod := range f.podLister {
c.podLister.Indexer.Add(pod)