This commit is contained in:
runzexia
2020-04-01 15:06:30 +08:00
parent 564d39caf0
commit 09576fdc15

View File

@@ -41,5 +41,5 @@ func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakList
// Users returns a UserInformer.
func (v *version) Users() UserInformer {
return &userInformer{factory: v.factory, namespace: v.namespace, tweakListOptions: v.tweakListOptions}
return &userInformer{factory: v.factory, tweakListOptions: v.tweakListOptions}
}