# Functions
No description provided by the author
GetJobDetail gets job details.
GetJobEvents gets events associated to job.
GetJobList returns a list of all Jobs in the cluster.
GetJobListFromChannels returns a list of all Jobs in the cluster reading required resource list once from the channels.
GetJobPods return list of pods targeting job.
No description provided by the author
No description provided by the author
# Constants
JobComplete means the job has completed its execution.
JobFailed means the job has failed its execution.
JobRunning means the job is still running.