Package io.fabric8.kubernetes.api.model.batch.v1beta1
-
Class Summary Class Description CronJob CronJob represents the configuration of a single cron job.CronJobBuilder CronJobFluent<A extends CronJobFluent<A>> GeneratedCronJobList CronJobList is a collection of cron jobs.CronJobListBuilder CronJobListFluent<A extends CronJobListFluent<A>> GeneratedCronJobSpec CronJobSpec describes how the job execution will look like and when it will actually run.CronJobSpecBuilder CronJobSpecFluent<A extends CronJobSpecFluent<A>> GeneratedCronJobStatus CronJobStatus represents the current state of a cron job.CronJobStatusBuilder CronJobStatusFluent<A extends CronJobStatusFluent<A>> GeneratedJobTemplateSpec JobTemplateSpec describes the data a Job should have when created from a templateJobTemplateSpecBuilder JobTemplateSpecFluent<A extends JobTemplateSpecFluent<A>> Generated