type CronJobLister … type cronJobLister … // NewCronJobLister returns a new CronJobLister. func NewCronJobLister(indexer cache.Indexer) CronJobLister { … } // CronJobs returns an object that can list and get CronJobs. func (s *cronJobLister) CronJobs(namespace string) CronJobNamespaceLister { … } type CronJobNamespaceLister … type cronJobNamespaceLister …