package internalinterfaces
import "k8s.io/kubernetes/pkg/client/informers/informers_generated/internalversion/internalinterfaces"
Index ¶
Types ¶
type NewInformerFunc ¶
type NewInformerFunc func(internalclientset.Interface, time.Duration) cache.SharedIndexInformer
type SharedInformerFactory ¶
type SharedInformerFactory interface { runtime.Object, newFunc NewInformerFunc) cache.SharedIndexInformer }(stopCh <-chan struct{}) (obj
SharedInformerFactory a small interface to allow for adding an informer without an import cycle
type TweakListOptionsFunc ¶
type TweakListOptionsFunc func(*v1.ListOptions)
Source Files ¶
factory_interfaces.go
- Version
- v1.9.6
- Published
- Mar 20, 2018
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 10 minutes ago –
Tools for package owners.