| 39 | } |
| 40 | |
| 41 | type roleBindingInformer struct { |
| 42 | factory internalinterfaces.SharedInformerFactory |
| 43 | tweakListOptions internalinterfaces.TweakListOptionsFunc |
| 44 | namespace string |
| 45 | } |
| 46 | |
| 47 | // NewRoleBindingInformer constructs a new informer for RoleBinding type. |
| 48 | // Always prefer using an informer factory to get a shared informer instead of getting an independent |
nothing calls this directly
no outgoing calls
no test coverage detected