type EvictionLister … type evictionLister … // NewEvictionLister returns a new EvictionLister. func NewEvictionLister(indexer cache.Indexer) EvictionLister { … } // Evictions returns an object that can list and get Evictions. func (s *evictionLister) Evictions(namespace string) EvictionNamespaceLister { … } type EvictionNamespaceLister … type evictionNamespaceLister …