package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package install installs the batch API group, making it available as an option to all of the API encoding/decoding machinery.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Kind takes an unqualified kind and returns a Group qualified GroupKind.
Resource takes an unqualified resource and returns a Group qualified GroupResource.

# 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.
JobComplete means the job has completed its execution.
JobFailed means the job has failed its execution.
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
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.
Job represents the configuration of a single job.
JobCondition describes current state of a job.
JobList is a collection of jobs.
JobSpec describes how the job execution will look like.
JobStatus represents the current state of a 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.
No description provided by the author