package
4.0.0+incompatible
Repository: https://github.com/unitytech/client-go.git
Documentation: pkg.go.dev

# Functions

Convert_batch_CronJob_To_v2alpha1_CronJob is an autogenerated conversion function.
Convert_batch_CronJobList_To_v2alpha1_CronJobList is an autogenerated conversion function.
Convert_batch_CronJobSpec_To_v2alpha1_CronJobSpec is an autogenerated conversion function.
Convert_batch_CronJobStatus_To_v2alpha1_CronJobStatus is an autogenerated conversion function.
Convert_batch_JobTemplate_To_v2alpha1_JobTemplate is an autogenerated conversion function.
Convert_batch_JobTemplateSpec_To_v2alpha1_JobTemplateSpec is an autogenerated conversion function.
Convert_v2alpha1_CronJob_To_batch_CronJob is an autogenerated conversion function.
Convert_v2alpha1_CronJobList_To_batch_CronJobList is an autogenerated conversion function.
Convert_v2alpha1_CronJobSpec_To_batch_CronJobSpec is an autogenerated conversion function.
Convert_v2alpha1_CronJobStatus_To_batch_CronJobStatus is an autogenerated conversion function.
Convert_v2alpha1_JobTemplate_To_batch_JobTemplate is an autogenerated conversion function.
Convert_v2alpha1_JobTemplateSpec_To_batch_JobTemplateSpec is an autogenerated conversion function.
DeepCopy_v2alpha1_CronJob is an autogenerated deepcopy function.
DeepCopy_v2alpha1_CronJobList is an autogenerated deepcopy function.
DeepCopy_v2alpha1_CronJobSpec is an autogenerated deepcopy function.
DeepCopy_v2alpha1_CronJobStatus is an autogenerated deepcopy function.
DeepCopy_v2alpha1_JobTemplate is an autogenerated deepcopy function.
DeepCopy_v2alpha1_JobTemplateSpec is an autogenerated deepcopy function.
RegisterConversions adds conversion functions to the given scheme.
RegisterDeepCopies adds deep-copy functions to the given scheme.
RegisterDefaults adds defaulters functions to the given scheme.
Resource takes an unqualified resource and returns a Group qualified GroupResource.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

AllowConcurrent allows CronJobs to run concurrently.
ForbidConcurrent forbids concurrent runs, skipping next run if previous hasn't finished yet.
GroupName is the group name use in this package.
ReplaceConcurrent cancels currently running job and replaces it with a new one.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api.
SchemeGroupVersion is group version used to register these objects.

# Structs

CronJob represents the configuration of a single cron job.
CronJobList is a collection of cron jobs.
CronJobSpec describes how the job execution will look like and when it will actually run.
CronJobStatus represents the current state of a cron job.
JobTemplate describes a template for creating copies of a predefined pod.
JobTemplateSpec describes the data a Job should have when created from a template.

# Type aliases

ConcurrencyPolicy describes how the job will be handled.