package k8s.io.api.batch.v1

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

message CronJob

generated.proto:33

CronJob represents the configuration of a single cron job.

Used in: CronJobList

message CronJobList

generated.proto:51

CronJobList is a collection of cron jobs.

message CronJobSpec

generated.proto:62

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

Used in: CronJob

message CronJobStatus

generated.proto:99

CronJobStatus represents the current state of a cron job.

Used in: CronJob

message Job

generated.proto:115

Job represents the configuration of a single job.

Used in: JobList

message JobCondition

generated.proto:133

JobCondition describes current state of a job.

Used in: JobStatus

message JobList

generated.proto:158

JobList is a collection of jobs.

message JobSpec

generated.proto:169

JobSpec describes how the job execution will look like.

Used in: Job, JobTemplateSpec, v1beta1.JobTemplateSpec

message JobStatus

generated.proto:273

JobStatus represents the current state of a Job.

Used in: Job

message JobTemplateSpec

generated.proto:351

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

Used in: CronJobSpec

message UncountedTerminatedPods

generated.proto:365

UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.

Used in: JobStatus