# Functions
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
AllowConcurrent allows CronJobs to run concurrently.
ForbidConcurrent forbids concurrent runs, skipping next run if previous hasn't finished yet.
GroupName is the group name use in this package.
ReplaceConcurrent cancels currently running job and replaces it with a new one.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
SchemeGroupVersion is group version used to register these objects.
# Structs
CronJob represents the configuration of a single cron job.
CronJobList is a collection of cron jobs.
CronJobSpec describes how the job execution will look like and when it will actually run.
CronJobStatus represents the current state of a cron job.
JobTemplateSpec describes the data a Job should have when created from a template.
# Type aliases
ConcurrencyPolicy describes how the job will be handled.