Commit 88722df1 authored by Geoff Simmons's avatar Geoff Simmons

Update informer factory used for the custom resources.

parent 0fb1b540
...@@ -184,8 +184,9 @@ func main() { ...@@ -184,8 +184,9 @@ func main() {
vingClient, *resyncPeriodF) vingClient, *resyncPeriodF)
} else { } else {
vcrInformerFactory = vcrInformerFactory =
vcr_informers.NewFilteredSharedInformerFactory( vcr_informers.NewSharedInformerFactoryWithOptions(
vingClient, *resyncPeriodF, *namespaceF, noop) vingClient, *resyncPeriodF,
vcr_informers.WithNamespace(*namespaceF))
informerFactory = informers.NewSharedInformerFactoryWithOptions( informerFactory = informers.NewSharedInformerFactoryWithOptions(
kubeClient, *resyncPeriodF, kubeClient, *resyncPeriodF,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment