| 39 | } |
| 40 | |
| 41 | type clusterRoleInformer struct { |
| 42 | factory internalinterfaces.SharedInformerFactory |
| 43 | tweakListOptions internalinterfaces.TweakListOptionsFunc |
| 44 | } |
| 45 | |
| 46 | // NewClusterRoleInformer constructs a new informer for ClusterRole type. |
| 47 | // 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