package internalinterfaces
import "k8s.io/client-go/informers/internalinterfaces"
Index ¶
Types ¶
type NewInformerFunc ¶
type NewInformerFunc func(kubernetes.Interface, time.Duration) cache.SharedIndexInformer
NewInformerFunc takes kubernetes.Interface and time.Duration to return a SharedIndexInformer.
type SharedInformerFactory ¶
type SharedInformerFactory interface {
(stopCh <-chan struct{})
(obj runtime.Object, newFunc NewInformerFunc) cache.SharedIndexInformer
}
SharedInformerFactory a small interface to allow for adding an informer without an import cycle
type TweakListOptionsFunc ¶
type TweakListOptionsFunc func(*v1.ListOptions)
TweakListOptionsFunc is a function that transforms a v1.ListOptions.
Source Files ¶
factory_interfaces.go
- Version
- v0.34.7
- Published
- Apr 15, 2026
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 2 hours ago –
Tools for package owners.