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 + const GroupName + const JobReasonDeadlineExceeded + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type ConcurrencyPolicy string + const AllowConcurrent + const ForbidConcurrent + const ReplaceConcurrent + type CronJob struct + Spec CronJobSpec + Status CronJobStatus + func (in *CronJob) DeepCopy() *CronJob + func (in *CronJob) DeepCopyInto(out *CronJob) + func (in *CronJob) DeepCopyObject() runtime.Object + type CronJobList struct + Items []CronJob + func (in *CronJobList) DeepCopy() *CronJobList + func (in *CronJobList) DeepCopyInto(out *CronJobList) + func (in *CronJobList) DeepCopyObject() runtime.Object + type CronJobSpec struct + ConcurrencyPolicy ConcurrencyPolicy + FailedJobsHistoryLimit *int32 + JobTemplate JobTemplateSpec + Schedule string + StartingDeadlineSeconds *int64 + SuccessfulJobsHistoryLimit *int32 + Suspend *bool + TimeZone *string + func (in *CronJobSpec) DeepCopy() *CronJobSpec + func (in *CronJobSpec) DeepCopyInto(out *CronJobSpec) + type CronJobStatus struct + Active []core.ObjectReference + LastScheduleTime *metav1.Time + LastSuccessfulTime *metav1.Time + func (in *CronJobStatus) DeepCopy() *CronJobStatus + func (in *CronJobStatus) DeepCopyInto(out *CronJobStatus) + type Job struct + Spec JobSpec + Status JobStatus + func (in *Job) DeepCopy() *Job + func (in *Job) DeepCopyInto(out *Job) + func (in *Job) DeepCopyObject() runtime.Object + type JobCondition struct + LastProbeTime metav1.Time + LastTransitionTime metav1.Time + Message string + Reason string + Status core.ConditionStatus + Type JobConditionType + func (in *JobCondition) DeepCopy() *JobCondition + func (in *JobCondition) DeepCopyInto(out *JobCondition) + type JobConditionType string + const JobComplete + const JobFailed + const JobFailureTarget + const JobSuccessCriteriaMet + const JobSuspended + type JobList struct + Items []Job + func (in *JobList) DeepCopy() *JobList + func (in *JobList) DeepCopyInto(out *JobList) + func (in *JobList) DeepCopyObject() runtime.Object + type JobPhase string + const JobPhaseFailed + const JobPhasePending + const JobPhaseRunning + const JobPhaseSucceeded + const JobPhaseUnknown + type JobSpec struct + ActiveDeadlineSeconds *int64 + ProviderSpec ProviderSpec + Suspend bool + Type JobType + func (in *JobSpec) DeepCopy() *JobSpec + func (in *JobSpec) DeepCopyInto(out *JobSpec) + type JobStatus struct + Conditions []JobCondition + EndedAt *metav1.Time + ErrorMessage *string + Phase JobPhase + ProviderStatus *runtime.RawExtension + StartedAt *metav1.Time + func (in *JobStatus) DeepCopy() *JobStatus + func (in *JobStatus) DeepCopyInto(out *JobStatus) + type JobTemplateSpec struct + Spec JobSpec + func (in *JobTemplateSpec) DeepCopy() *JobTemplateSpec + func (in *JobTemplateSpec) DeepCopyInto(out *JobTemplateSpec) + type JobType string + type ProviderSpec struct + Value *runtime.RawExtension + func (in *ProviderSpec) DeepCopy() *ProviderSpec + func (in *ProviderSpec) DeepCopyInto(out *ProviderSpec)