# Constants
AllowConcurrent allows CronJobs to run concurrently.
ForbidConcurrent forbids concurrent runs, skipping next run if previous hasn't finished yet.
ReplaceConcurrent cancels currently running job and replaces it with a new one.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
CronJob is the Schema for the cronjobs API.
CronJobList contains a list of CronJob.
CronJobSpec defines the desired state of CronJob.
CronJobStatus defines the observed state of CronJob.
# Type aliases
ConcurrencyPolicy describes how the job will be handled.