Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredDynamicInformer ¶
func NewFilteredDynamicInformer(client kcpdynamic.ClusterInterface, gvr schema.GroupVersionResource, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions dynamicinformer.TweakListOptionsFunc) kcpinformers.GenericClusterInformer
NewFilteredDynamicInformer constructs a new informer for a dynamic type.
Types ¶
type DynamicSharedInformerFactory ¶
type DynamicSharedInformerFactory interface {}
DynamicSharedInformerFactory provides access to a shared informer and lister for dynamic client.
func NewDynamicSharedInformerFactory ¶
func NewDynamicSharedInformerFactory(client kcpdynamic.ClusterInterface, defaultResync time.Duration) DynamicSharedInformerFactory
NewDynamicSharedInformerFactory constructs a new instance of dynamicSharedInformerFactory for all namespaces.
func NewFilteredDynamicSharedInformerFactory ¶
func NewFilteredDynamicSharedInformerFactory(client kcpdynamic.ClusterInterface, defaultResync time.Duration, tweakListOptions dynamicinformer.TweakListOptionsFunc) DynamicSharedInformerFactory
NewFilteredDynamicSharedInformerFactory constructs a new instance of dynamicSharedInformerFactory. Listers obtained via this factory will be subject to the same filters as specified here.
Click to show internal directories.
Click to hide internal directories.