Documentation ¶
Index ¶
- type Factory
- func New(dc dynamic.Interface) Factory
- func NewCached(dc dynamic.Interface, defaultResync time.Duration, stopCh <-chan struct{}) Factory
- func NewFilteredCached(dc dynamic.Interface, defaultResync time.Duration, namespace string, ...) Factory
- func NewSharedCached(factory dynamicinformer.DynamicSharedInformerFactory, stopCh <-chan struct{}) Factory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory interface {
ForResource(gvr schema.GroupVersionResource) dynamiclister.Lister
}
func NewFilteredCached ¶
func NewFilteredCached(dc dynamic.Interface, defaultResync time.Duration, namespace string, tweakListOptions dynamicinformer.TweakListOptionsFunc, stopCh <-chan struct{}) Factory
func NewSharedCached ¶
func NewSharedCached(factory dynamicinformer.DynamicSharedInformerFactory, stopCh <-chan struct{}) Factory
Click to show internal directories.
Click to hide internal directories.