io.k8s.api.batch.v1

Members list

Concise view

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
Graph
Supertypes
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any
object CronJob

Attributes

Companion:
class
Source:
CronJob.scala
Graph
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
Graph
Supertypes
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
CronJobList.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for CronJobList

Pointer for CronJobList

Attributes

Source:
CronJobListPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Pointer for CronJob

Pointer for CronJob

Attributes

Source:
CronJobPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
CronJobSpec.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for CronJobSpec

Pointer for CronJobSpec

Attributes

Source:
CronJobSpecPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

CronJobStatus represents the current state of a cron job.

CronJobStatus represents the current state of a cron job.

Attributes

Companion:
object
Source:
CronJobStatus.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
CronJobStatus.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for CronJobStatus

Pointer for CronJobStatus

Attributes

Source:
CronJobStatusPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Job represents the configuration of a single job.

Job represents the configuration of a single job.

Attributes

Companion:
object
Source:
Job.scala
Graph
Supertypes
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any
object Job

Attributes

Companion:
class
Source:
Job.scala
Graph
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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
JobCondition.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for JobCondition

Pointer for JobCondition

Attributes

Source:
JobConditionPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
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
Graph
Supertypes
trait KObject
trait Product
trait Equals
class Object
trait Matchable
class Any
object JobList

Attributes

Companion:
class
Source:
JobList.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JobList.type

Pointer for JobList

Pointer for JobList

Attributes

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

Pointer for Job

Pointer for Job

Attributes

Source:
JobPointer.scala
Graph
Supertypes
trait Product
trait Equals
trait Pointer[Job]
class Object
trait Matchable
class Any

JobSpec describes how the job execution will look like.

JobSpec describes how the job execution will look like.

Attributes

Companion:
object
Source:
JobSpec.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object JobSpec

Attributes

Companion:
class
Source:
JobSpec.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
JobSpec.type

Pointer for JobSpec

Pointer for JobSpec

Attributes

Source:
JobSpecPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

JobStatus represents the current state of a Job.

JobStatus represents the current state of a Job.

Attributes

Companion:
object
Source:
JobStatus.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object JobStatus

Attributes

Companion:
class
Source:
JobStatus.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for JobStatus

Pointer for JobStatus

Attributes

Source:
JobStatusPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
JobTemplateSpec.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for JobTemplateSpec

Pointer for JobTemplateSpec

Attributes

Source:
JobTemplateSpecPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

PodFailurePolicy describes how failed pods influence the backoffLimit.

PodFailurePolicy describes how failed pods influence the backoffLimit.

Attributes

Companion:
object
Source:
PodFailurePolicy.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PodFailurePolicy.scala
Graph
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. 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.

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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PodFailurePolicyOnExitCodesRequirement.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for PodFailurePolicyOnExitCodesRequirement

Pointer for PodFailurePolicyOnExitCodesRequirement

Attributes

Source:
PodFailurePolicyOnExitCodesRequirementPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Pointer for PodFailurePolicyOnPodConditionsPattern

Pointer for PodFailurePolicyOnPodConditionsPattern

Attributes

Source:
PodFailurePolicyOnPodConditionsPatternPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Pointer for PodFailurePolicy

Pointer for PodFailurePolicy

Attributes

Source:
PodFailurePolicyPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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.

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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
PodFailurePolicyRule.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Pointer for PodFailurePolicyRule

Pointer for PodFailurePolicyRule

Attributes

Source:
PodFailurePolicyRulePointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

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
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Pointer for UncountedTerminatedPods

Pointer for UncountedTerminatedPods

Attributes

Source:
UncountedTerminatedPodsPointer.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any