Versions in this module Expand all Collapse all v0 v0.0.6 Jun 4, 2018 v0.0.5 May 18, 2018 Changes in this version + type GenericInformer interface + Informer func() cache.SharedIndexInformer + Lister func() cache.GenericLister + type SharedInformerFactory interface + Clusterregistry func() clusterregistry.Interface + ForResource func(resource schema.GroupVersionResource) (GenericInformer, error) + WaitForCacheSync func(stopCh <-chan struct{}) map[reflect.Type]bool + func NewFilteredSharedInformerFactory(client versioned.Interface, defaultResync time.Duration, namespace string, ...) SharedInformerFactory + func NewSharedInformerFactory(client versioned.Interface, defaultResync time.Duration) SharedInformerFactory