Versions in this module Expand all Collapse all v1 v1.6.0 Mar 16, 2017 Changes in this version + type Job struct + ContainerImages []string + ObjectMeta common.ObjectMeta + Pods common.PodInfo + TypeMeta common.TypeMeta + func ToJob(job *batch.Job, podInfo *common.PodInfo) Job + type JobList struct + CumulativeMetrics []metric.Metric + Jobs []Job + ListMeta common.ListMeta + func CreateJobList(jobs []batch.Job, pods []api.Pod, events []api.Event, ...) *JobList + func GetJobList(client client.Interface, nsQuery *common.NamespaceQuery, ...) (*JobList, error) + func GetJobListFromChannels(channels *common.ResourceChannels, dsQuery *dataselect.DataSelectQuery, ...) (*JobList, error)