# Functions
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
GroupName is the group name use in this package.
# Variables
SchemeGroupVersion is group version used to register these objects.
# Structs
CronJob CronJob represents the configuration of a single cron job.
CronJobList CronJobList is a collection of cron jobs.
CronJobSpec CronJobSpec describes how the job execution will look like and when it will actually run.
CronJobStatus CronJobStatus represents the current state of a cron job.
Job Job represents the configuration of a single job.
JobCondition JobCondition describes current state of a job.
JobList JobList is a collection of jobs.
JobSpec JobSpec describes how the job execution will look like.
JobStatus JobStatus represents the current state of a Job.
JobTemplateSpec JobTemplateSpec describes the data a Job should have when created from a template
swagger:model JobTemplateSpec.
PodFailurePolicy PodFailurePolicy describes how failed pods influence the backoffLimit.
PodFailurePolicyOnExitCodesRequirement PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes.
PodFailurePolicyOnPodConditionsPattern PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.
PodFailurePolicyRule PodFailurePolicyRule describes how a pod failure is handled when the requirements are met.
SuccessPolicy SuccessPolicy describes when a Job can be declared as succeeded based on the success of some indexes.
SuccessPolicyRule SuccessPolicyRule describes rule for declaring a Job as succeeded.
UncountedTerminatedPods UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.