mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 00:19:14 +00:00
fix up event client for namespaces
This commit is contained in:
@@ -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}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user