kubernetes/staging/src/k8s.io/client-go/listers/batch/v1/job_expansion.go

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