Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + func NewGenericInformers(startFn func(stopCh <-chan struct{}), informers ...GenericResourceInformer) genericInformers + type GenericInternalResourceInformerFunc func(resource schema.GroupVersionResource) (informers.GenericInformer, error) + func (fn GenericInternalResourceInformerFunc) ForResource(resource schema.GroupVersionResource) (informers.GenericInformer, error) + func (fn GenericInternalResourceInformerFunc) Start(stopCh <-chan struct{}) + type GenericResourceInformer interface + ForResource func(resource schema.GroupVersionResource) (informers.GenericInformer, error) + Start func(stopCh <-chan struct{}) + type GenericResourceInformerFunc func(resource schema.GroupVersionResource) (informers.GenericInformer, error) + func (fn GenericResourceInformerFunc) ForResource(resource schema.GroupVersionResource) (informers.GenericInformer, error) + func (fn GenericResourceInformerFunc) Start(stopCh <-chan struct{}) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3