package k8s.io.api.batch.v1beta1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CronJob

generated.proto:34

CronJob represents the configuration of a single cron job.

Used in: CronJobList

message CronJobList

generated.proto:52

CronJobList is a collection of cron jobs.

message CronJobSpec

generated.proto:63

CronJobSpec describes how the job execution will look like and when it will actually run.

Used in: CronJob

message CronJobStatus

generated.proto:102

CronJobStatus represents the current state of a cron job.

Used in: CronJob

message JobTemplate

generated.proto:118

JobTemplate describes a template for creating copies of a predefined pod.

message JobTemplateSpec

generated.proto:131

JobTemplateSpec describes the data a Job should have when created from a template

Used in: CronJobSpec, JobTemplate