package
2.7.0+incompatible
Repository: https://github.com/kubernetes/dashboard.git
Documentation: pkg.go.dev

# Functions

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.

# Constants

JobStatusComplete means the job has completed its execution.
JobStatusFailed means the job has failed its execution.
JobStatusRunning 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.

# Type aliases