Versions in this module Expand all Collapse all v0 v0.0.2 Oct 31, 2020 v0.0.1 Sep 13, 2020 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + 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 + func (r *CronJob) Default() + func (r *CronJob) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *CronJob) ValidateCreate() error + func (r *CronJob) ValidateDelete() error + func (r *CronJob) ValidateUpdate(old runtime.Object) error + 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 batchv1beta1.JobTemplateSpec + Schedule string + StartingDeadlineSeconds *int64 + SuccessfulJobsHistoryLimit *int32 + Suspend *bool + func (in *CronJobSpec) DeepCopy() *CronJobSpec + func (in *CronJobSpec) DeepCopyInto(out *CronJobSpec) + type CronJobStatus struct + Active []corev1.ObjectReference + LastScheduleTime *metav1.Time + func (in *CronJobStatus) DeepCopy() *CronJobStatus + func (in *CronJobStatus) DeepCopyInto(out *CronJobStatus)