Fix for vet complaints: #335.
This commit is contained in:
parent
85369f87cf
commit
5159afad2a
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ func buildIngressLIstener() cache_store.StoreToIngressLister {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
return cache_store.StoreToIngressLister{store}
|
return cache_store.StoreToIngressLister{Store: store}
|
||||||
}
|
}
|
||||||
|
|
||||||
func buildStatusSync() statusSync {
|
func buildStatusSync() statusSync {
|
||||||
|
|
Loading…
Reference in a new issue