package internalinterfaces
import "k8s.io/apiextensions-apiserver/examples/client-go/pkg/client/informers/externalversions/internalinterfaces"
Index ¶
Types ¶
type NewInformerFunc ¶
NewInformerFunc takes versioned.Interface and time.Duration to return a 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)
TweakListOptionsFunc is a function that transforms a v1.ListOptions.
Source Files ¶
factory_interfaces.go
- Version
- v0.21.8
- Published
- Dec 15, 2021
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 9 minutes ago –
Tools for package owners.