fix up event client for namespaces

This commit is contained in:
Daniel Smith
2014-11-13 19:09:03 -08:00
parent d153b98544
commit 3cf022786e
7 changed files with 133 additions and 24 deletions

View File

@@ -49,7 +49,7 @@ func (c *Fake) Minions() MinionInterface {
return &FakeMinions{Fake: c}
}
func (c *Fake) Events() EventInterface {
func (c *Fake) Events(namespace string) EventInterface {
return &FakeEvents{Fake: c}
}