Versions in this module Expand all Collapse all v1 v1.16.3 Nov 9, 2022 Changes in this version + const GroupName + 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 + func (in *CronJobSpec) DeepCopy() *CronJobSpec + func (in *CronJobSpec) DeepCopyInto(out *CronJobSpec) + type CronJobStatus struct + Active []api.ObjectReference + LastScheduleTime *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 api.ConditionStatus + Type JobConditionType + func (in *JobCondition) DeepCopy() *JobCondition + func (in *JobCondition) DeepCopyInto(out *JobCondition) + type JobConditionType string + const JobComplete + const JobFailed + type JobList struct + Items []Job + func (in *JobList) DeepCopy() *JobList + func (in *JobList) DeepCopyInto(out *JobList) + func (in *JobList) DeepCopyObject() runtime.Object + type JobSpec struct + ActiveDeadlineSeconds *int64 + BackoffLimit *int32 + Completions *int32 + ManualSelector *bool + Parallelism *int32 + Selector *metav1.LabelSelector + TTLSecondsAfterFinished *int32 + Template api.PodTemplateSpec + func (in *JobSpec) DeepCopy() *JobSpec + func (in *JobSpec) DeepCopyInto(out *JobSpec) + type JobStatus struct + Active int32 + CompletionTime *metav1.Time + Conditions []JobCondition + Failed int32 + StartTime *metav1.Time + Succeeded int32 + func (in *JobStatus) DeepCopy() *JobStatus + func (in *JobStatus) DeepCopyInto(out *JobStatus) + type JobTemplate struct + Template JobTemplateSpec + func (in *JobTemplate) DeepCopy() *JobTemplate + func (in *JobTemplate) DeepCopyInto(out *JobTemplate) + func (in *JobTemplate) DeepCopyObject() runtime.Object + type JobTemplateSpec struct + Spec JobSpec + func (in *JobTemplateSpec) DeepCopy() *JobTemplateSpec + func (in *JobTemplateSpec) DeepCopyInto(out *JobTemplateSpec)