Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewInformerFunc ¶
type NewInformerFunc func(clientset.ClusterInterface, time.Duration) kcpcache.ScopeableSharedIndexInformer
NewInformerFunc takes clientset.ClusterInterface and time.Duration to return a ScopeableSharedIndexInformer.
type NewScopedInformerFunc ¶
type NewScopedInformerFunc func(scopedclientset.Interface, time.Duration) cache.SharedIndexInformer
NewScopedInformerFunc takes scopedclientset.Interface and time.Duration to return a SharedIndexInformer.
type SharedInformerFactory ¶
type SharedInformerFactory interface {}
SharedInformerFactory a small interface to allow for adding an informer without an import cycle
type SharedScopedInformerFactory ¶
type SharedScopedInformerFactory interface {}
SharedScopedInformerFactory a small interface to allow for adding an informer without an import cycle
type TweakListOptionsFunc ¶
type TweakListOptionsFunc func(*metav1.ListOptions)
TweakListOptionsFunc is a function that transforms a metav1.ListOptions.
Click to show internal directories.
Click to hide internal directories.