io.k8s.api.batch.v1

Members list

Type members

Classlikes

final case class CronJob(status: Option[CronJobStatus], spec: Option[CronJobSpec], metadata: Option[ObjectMeta]) extends KObject

CronJob represents the configuration of a single cron job.

CronJob represents the configuration of a single cron job.

Attributes

Companion
object
Source
CronJob.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object CronJob

Attributes

Companion
class
Source
CronJob.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CronJob.type
final case class CronJobList(items: Seq[CronJob], metadata: Option[ListMeta]) extends KObject

CronJobList is a collection of cron jobs.

CronJobList is a collection of cron jobs.

Attributes

Companion
object
Source
CronJobList.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object CronJobList

Attributes

Companion
class
Source
CronJobList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CronJobSpec(schedule: String, jobTemplate: JobTemplateSpec, startingDeadlineSeconds: Option[Long], concurrencyPolicy: Option[String], failedJobsHistoryLimit: Option[Int], successfulJobsHistoryLimit: Option[Int], suspend: Option[Boolean], timeZone: Option[String])

CronJobSpec describes how the job execution will look like and when it will actually run.

CronJobSpec describes how the job execution will look like and when it will actually run.

Attributes

Companion
object
Source
CronJobSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CronJobSpec

Attributes

Companion
class
Source
CronJobSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class CronJobStatus(active: Option[Seq[ObjectReference]], lastScheduleTime: Option[Time], lastSuccessfulTime: Option[Time])

CronJobStatus represents the current state of a cron job.

CronJobStatus represents the current state of a cron job.

Attributes

Companion
object
Source
CronJobStatus.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CronJobStatus

Attributes

Companion
class
Source
CronJobStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class Job(status: Option[JobStatus], spec: Option[JobSpec], metadata: Option[ObjectMeta]) extends KObject

Job represents the configuration of a single job.

Job represents the configuration of a single job.

Attributes

Companion
object
Source
Job.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object Job

Attributes

Companion
class
Source
Job.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Job.type
final case class JobCondition(status: String, `type`: String, lastProbeTime: Option[Time], reason: Option[String], lastTransitionTime: Option[Time], message: Option[String])

JobCondition describes current state of a job.

JobCondition describes current state of a job.

Attributes

Companion
object
Source
JobCondition.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JobCondition

Attributes

Companion
class
Source
JobCondition.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JobList(items: Seq[Job], metadata: Option[ListMeta]) extends KObject

JobList is a collection of jobs.

JobList is a collection of jobs.

Attributes

Companion
object
Source
JobList.scala
Supertypes
trait KObject
trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any
Show all
object JobList

Attributes

Companion
class
Source
JobList.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JobList.type
final case class JobSpec(template: PodTemplateSpec, parallelism: Option[Int], podReplacementPolicy: Option[String], completionMode: Option[String], maxFailedIndexes: Option[Int], podFailurePolicy: Option[PodFailurePolicy], manualSelector: Option[Boolean], backoffLimitPerIndex: Option[Int], suspend: Option[Boolean], backoffLimit: Option[Int], activeDeadlineSeconds: Option[Long], completions: Option[Int], ttlSecondsAfterFinished: Option[Int], selector: Option[LabelSelector])

JobSpec describes how the job execution will look like.

JobSpec describes how the job execution will look like.

Attributes

Companion
object
Source
JobSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JobSpec

Attributes

Companion
class
Source
JobSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JobSpec.type
final case class JobStatus(conditions: Option[Seq[JobCondition]], terminating: Option[Int], uncountedTerminatedPods: Option[UncountedTerminatedPods], completedIndexes: Option[String], startTime: Option[Time], ready: Option[Int], failed: Option[Int], succeeded: Option[Int], completionTime: Option[Time], failedIndexes: Option[String], active: Option[Int])

JobStatus represents the current state of a Job.

JobStatus represents the current state of a Job.

Attributes

Companion
object
Source
JobStatus.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object JobStatus

Attributes

Companion
class
Source
JobStatus.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JobStatus.type
final case class JobTemplateSpec(metadata: Option[ObjectMeta], spec: Option[JobSpec])

JobTemplateSpec describes the data a Job should have when created from a template

JobTemplateSpec describes the data a Job should have when created from a template

Attributes

Companion
object
Source
JobTemplateSpec.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JobTemplateSpec.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PodFailurePolicy(rules: Seq[PodFailurePolicyRule])

PodFailurePolicy describes how failed pods influence the backoffLimit.

PodFailurePolicy describes how failed pods influence the backoffLimit.

Attributes

Companion
object
Source
PodFailurePolicy.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
PodFailurePolicy.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PodFailurePolicyOnExitCodesRequirement(operator: String, values: Seq[Int], containerName: Option[String])

PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes.

PodFailurePolicyOnExitCodesRequirement describes the requirement for handling a failed pod based on its container exit codes. In particular, it lookups the .state.terminated.exitCode for each app container and init container status, represented by the .status.containerStatuses and .status.initContainerStatuses fields in the Pod status, respectively. Containers completed with success (exit code 0) are excluded from the requirement check.

Attributes

Companion
object
Source
PodFailurePolicyOnExitCodesRequirement.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
PodFailurePolicyOnExitCodesRequirement.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PodFailurePolicyOnPodConditionsPattern(status: String, `type`: String)

PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.

PodFailurePolicyOnPodConditionsPattern describes a pattern for matching an actual pod condition type.

Attributes

Companion
object
Source
PodFailurePolicyOnPodConditionsPattern.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
PodFailurePolicyOnPodConditionsPattern.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

PodFailurePolicyRule describes how a pod failure is handled when the requirements are met.

PodFailurePolicyRule describes how a pod failure is handled when the requirements are met. One of onExitCodes and onPodConditions, but not both, can be used in each rule.

Attributes

Companion
object
Source
PodFailurePolicyRule.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
PodFailurePolicyRule.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class UncountedTerminatedPods(failed: Option[Seq[String]], succeeded: Option[Seq[String]])

UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.

UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't been accounted in Job status counters.

Attributes

Companion
object
Source
UncountedTerminatedPods.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
UncountedTerminatedPods.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type