Package io.fabric8.kubernetes.client.informers

  • Interface Summary 
    Interface Description
    ListerWatcher<T,​L>
    ListerWatcher is any object that knows how to perform an initial list and start a watch on a resource.
    ResourceEventHandler<T>
    ResourceEventHandler can handle notifications for events that happen to a resource.
    SharedIndexInformer<T>
    SharedInxedInformer extends SharedInformer and provides indexer operability additionally.
    SharedInformer<T>
    SharedInformer defines basic methods of an informer.
    SharedInformerEventListener  
  • Class Summary 
    Class Description
    ResyncRunnable<T>
    Calls the resync function of store interface which is always implemented by DeltaFIFO.
    SharedInformerFactory
    SharedInformerFactory class constructs and caches informers for api types.
  • Enum Summary 
    Enum Description
    EventType