mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 03:38:15 +00:00
add namespace index to rc and pod
This commit is contained in:
@@ -746,7 +746,7 @@ func (f *fixture) run(deploymentName string) {
|
||||
c.rsStore.Store.Add(rs)
|
||||
}
|
||||
for _, pod := range f.podStore {
|
||||
c.podStore.Store.Add(pod)
|
||||
c.podStore.Indexer.Add(pod)
|
||||
}
|
||||
|
||||
err := c.syncDeployment(deploymentName)
|
||||
|
||||
Reference in New Issue
Block a user