Versions in this module Expand all Collapse all v0 v0.2.1 Jul 18, 2025 v0.2.0 Jul 8, 2025 Changes in this version + func IsConditionTrue(list []batch.JobCondition, cType batch.JobConditionType) bool + func IsJobComplete(job *batch.Job) bool + func IsJobFailed(job *batch.Job) bool + func IsJobFinished(job *batch.Job) bool + func ValidateCronJobCreate(cronJob *batch.CronJob) field.ErrorList + func ValidateCronJobUpdate(job, oldJob *batch.CronJob) field.ErrorList + func ValidateJob(job *batch.Job) field.ErrorList + func ValidateJobSpec(spec *batch.JobSpec, fldPath *field.Path) field.ErrorList + func ValidateJobSpecUpdate(spec, oldSpec batch.JobSpec, fldPath *field.Path) field.ErrorList + func ValidateJobStatusUpdate(job, oldJob *batch.Job) field.ErrorList + func ValidateJobUpdate(job, oldJob *batch.Job) field.ErrorList + func ValidateJobUpdateStatus(job, oldJob *batch.Job) field.ErrorList