type JobListerExpansion … // GetPodJobs returns a list of Jobs that potentially // match a Pod. Only the one specified in the Pod's ControllerRef // will actually manage it. // Returns an error only if no matching Jobs are found. func (l *jobLister) GetPodJobs(pod *v1.Pod) (jobs []batch.Job, err error) { … } type JobNamespaceListerExpansion …