Versions in this module Expand all Collapse all v1 v1.6.0 Mar 16, 2017 Changes in this version + func GetJobEvents(client client.Interface, dsQuery *dataselect.DataSelectQuery, ...) (*common.EventList, error) + func GetJobPods(client k8sClient.Interface, heapsterClient client.HeapsterClient, ...) (*pod.PodList, error) + func GetJobPodsEvents(client client.Interface, namespace, jobName string) ([]api.Event, error) + type JobDetail struct + Completions *int32 + ContainerImages []string + EventList common.EventList + ObjectMeta common.ObjectMeta + Parallelism *int32 + PodInfo common.PodInfo + PodList pod.PodList + TypeMeta common.TypeMeta + func GetJobDetail(client k8sClient.Interface, heapsterClient client.HeapsterClient, ...) (*JobDetail, error)