update testclient for delegating reaction chain
This commit is contained in:
@@ -72,6 +72,5 @@ func (c *FakeReplicationControllers) Delete(name string) error {
|
||||
}
|
||||
|
||||
func (c *FakeReplicationControllers) Watch(label labels.Selector, field fields.Selector, resourceVersion string) (watch.Interface, error) {
|
||||
c.Fake.Invokes(NewWatchAction("replicationcontrollers", c.Namespace, label, field, resourceVersion), nil)
|
||||
return c.Fake.Watch, nil
|
||||
return c.Fake.InvokesWatch(NewWatchAction("replicationcontrollers", c.Namespace, label, field, resourceVersion))
|
||||
}
|
||||
|
Reference in New Issue
Block a user