# Packages
No description provided by the author
No description provided by the author
# Functions
NewSharedInformerFactory constructs a new instance of SharedInformerFactory for all namespaces.
NewSharedInformerFactoryWithOptions constructs a new instance of a SharedInformerFactory with additional options.
NewSharedScopedInformerFactory constructs a new instance of SharedInformerFactory for some or all namespaces.
NewSharedScopedInformerFactoryWithOptions 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.
# Structs
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
SharedInformerFactory provides shared informers for resources in all known API group versions.
SharedScopedInformerFactory provides shared informers for resources in all known API group versions, scoped to one workspace.
# Type aliases
SharedInformerOption defines the functional option type for SharedInformerFactory.