# 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.

# Structs

Job is a presentation layer view of Kubernetes Job resource.
JobDetail is a presentation layer view of Kubernetes Job resource.
JobList contains a list of Jobs in the cluster.
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author