io.k8s.api.batch.v1

Members list

Type members

Classlikes

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

Pointer for CronJobList

Pointer for CronJobList

Attributes

Source
CronJobListPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class CronJobPointer(currentPath: PointerPath) extends Pointer[CronJob]

Pointer for CronJob

Pointer for CronJob

Attributes

Source
CronJobPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[CronJob]
class Object
trait Matchable
class Any
Show all

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

Pointer for CronJobSpec

Pointer for CronJobSpec

Attributes

Source
CronJobSpecPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Pointer for CronJobStatus

Pointer for CronJobStatus

Attributes

Source
CronJobStatusPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

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

Pointer for JobCondition

Pointer for JobCondition

Attributes

Source
JobConditionPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
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 JobListPointer(currentPath: PointerPath) extends Pointer[JobList]

Pointer for JobList

Pointer for JobList

Attributes

Source
JobListPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[JobList]
class Object
trait Matchable
class Any
Show all
final case class JobPointer(currentPath: PointerPath) extends Pointer[Job]

Pointer for Job

Pointer for Job

Attributes

Source
JobPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[Job]
class Object
trait Matchable
class Any
Show all

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 JobSpecPointer(currentPath: PointerPath) extends Pointer[JobSpec]

Pointer for JobSpec

Pointer for JobSpec

Attributes

Source
JobSpecPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[JobSpec]
class Object
trait Matchable
class Any
Show all

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

Pointer for JobStatus

Pointer for JobStatus

Attributes

Source
JobStatusPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Pointer for JobTemplateSpec

Pointer for JobTemplateSpec

Attributes

Source
JobTemplateSpecPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

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

Pointer for PodFailurePolicyOnExitCodesRequirement

Pointer for PodFailurePolicyOnExitCodesRequirement

Attributes

Source
PodFailurePolicyOnExitCodesRequirementPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Pointer for PodFailurePolicyOnPodConditionsPattern

Pointer for PodFailurePolicyOnPodConditionsPattern

Attributes

Source
PodFailurePolicyOnPodConditionsPatternPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Pointer for PodFailurePolicy

Pointer for PodFailurePolicy

Attributes

Source
PodFailurePolicyPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Pointer for PodFailurePolicyRule

Pointer for PodFailurePolicyRule

Attributes

Source
PodFailurePolicyRulePointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Pointer for UncountedTerminatedPods

Pointer for UncountedTerminatedPods

Attributes

Source
UncountedTerminatedPodsPointer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all