Documentation ¶
Index ¶
- func NewIndexerInformerPopulated(lw cache.ListerWatcher, objType runtime.Object, resyncPeriod time.Duration, ...) (cache.Indexer, *cache.Controller)
- func NewInformerPopulated(lw cache.ListerWatcher, objType runtime.Object, resyncPeriod time.Duration, ...) (cache.Store, *cache.Controller)
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIndexerInformerPopulated ¶
func NewIndexerInformerPopulated( lw cache.ListerWatcher, objType runtime.Object, resyncPeriod time.Duration, h cache.ResourceEventHandler, indexers cache.Indexers, ) (cache.Indexer, *cache.Controller)
func NewInformerPopulated ¶
func NewInformerPopulated( lw cache.ListerWatcher, objType runtime.Object, resyncPeriod time.Duration, h cache.ResourceEventHandler, ) (cache.Store, *cache.Controller)
Like cache.NewInformer but loads the already loaded data and does not generate ADD event notification for those.
Types ¶
type Storage ¶
type Storage struct { PodStore cache.StoreToPodLister RcStore cache.StoreToReplicationControllerLister ReplicaSetStore cache.StoreToReplicaSetLister StatefulSetStore cache.StoreToStatefulSetLister DaemonSetStore cache.StoreToDaemonSetLister ServiceStore cache.StoreToServiceLister EndpointStore cache.StoreToEndpointsLister DeploymentStore cache.StoreToDeploymentLister }
Click to show internal directories.
Click to hide internal directories.