# Functions
NewFilteredSharedInformerFactory constructs a new instance of sharedInformerFactory.
NewSharedInformerFactory constructs a new instance of sharedInformerFactory for all namespaces.
NewSharedInformerFactoryWithOptions constructs a new instance of a SharedInformerFactory with additional options.
WithCustomResyncConfig sets a custom resync period for the specified informer types.
WithNamespace limits the SharedInformerFactory to the specified namespace.
WithTransform sets a transform on all informers.
WithTweakListOptions sets a custom filter on all listers of the configured SharedInformerFactory.
# Interfaces
GenericInformer is type of SharedIndexInformer which will locate and delegate to other sharedInformers based on type.
SharedInformerFactory provides shared informers for resources in all known API group versions.
# Type aliases
SharedInformerOption defines the functional option type for SharedInformerFactory.