Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
KeyFunc = cache.DeletionHandlingMetaNamespaceKeyFunc
)
Functions ¶
This section is empty.
Types ¶
type InformerFactory ¶
type InformerFactory interface {
ForResource(resource schema.GroupVersionResource) (informers.GenericInformer, error)
Start(stopCh <-chan struct{})
}
InformerFactory creates informers for each group version resource.
func NewInformerFactory ¶
func NewInformerFactory(typedInformerFactory informers.SharedInformerFactory, metadataInformerFactory metadatainformer.SharedInformerFactory) InformerFactory
NewInformerFactory creates a new InformerFactory which works with both typed resources and metadata-only resources
Click to show internal directories.
Click to hide internal directories.