package
0.14.2
Repository: https://github.com/kubeflow/arena.git
Documentation: pkg.go.dev

# Functions

RegisterDefaults adds defaulters functions to the given scheme.
Resource is required by pkg/client/listers/...

# Constants

AllowConcurrent allows CronJobs to run concurrently.
ForbidConcurrent forbids concurrent runs, skipping next run if previous hasn't finished yet.
JobCreated means the job has been accepted by the system, but one or more of the pods/services has not been started.
JobFailed means one or more sub-resources (e.g.
JobRestarting means one or more sub-resources (e.g.
JobRunning means all sub-resources (e.g.
JobSucceeded means all sub-resources (e.g.
ReplaceConcurrent cancels currently running job and replaces it with a new one.

# Variables

AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.

# Structs

Cron is the Schema for the crons API.
CronList contains a list of Cron.
CronSpec defines the desired state of Cron.
CronStatus defines the observed state of Cron.
CronTemplateSpec describes a template for launching a specific job.

# Type aliases

ConcurrencyPolicy describes how the job will be handled.
JobConditionType defines all kinds of types of JobStatus.