generated

Kubernetes-commit: ef6f0b8c6e73fb8167e5debf7641f30a62c4e30c
This commit is contained in:
Marek Grabowski
2017-11-22 10:14:31 +00:00
committed by Kubernetes Publisher
parent a51b7225e6
commit 3c0e41ca6a
25 changed files with 1660 additions and 706 deletions

View File

@@ -176,7 +176,7 @@ func (f *sharedInformerFactory) Core() core.Interface {
}
func (f *sharedInformerFactory) Events() events.Interface {
return events.New(f)
return events.New(f, f.namespace, f.tweakListOptions)
}
func (f *sharedInformerFactory) Extensions() extensions.Interface {