io.k8s.api.batch.v1.JobStatus
See theJobStatus companion object
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.
Attributes
-
Companion
-
object
-
Source
-
JobStatus.scala
-
Graph
-
-
Supertypes
-
trait Serializable
class Object
trait Matchable
class Any
Show all
Members list
Appends new values to conditions
if active has a value, transforms to the result of function
if active has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if completedIndexes has a value, transforms to the result of function
if completedIndexes has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if completionTime has a value, transforms to the result of function
if completionTime has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if conditions has a value, transforms to the result of function
if conditions has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if failed has a value, transforms to the result of function
if failed has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if failedIndexes has a value, transforms to the result of function
if failedIndexes has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if ready has a value, transforms to the result of function
if ready has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if startTime has a value, transforms to the result of function
if startTime has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if succeeded has a value, transforms to the result of function
if succeeded has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if terminating has a value, transforms to the result of function
if terminating has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
if uncountedTerminatedPods has a value, transforms to the result of function
if uncountedTerminatedPods has a value, transforms to the result of function
Attributes
-
Source
-
JobStatus.scala
Returns a new data with active set to new value
Returns a new data with active set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with completedIndexes set to new value
Returns a new data with completedIndexes set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with completionTime set to new value
Returns a new data with completionTime set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with conditions set to new value
Returns a new data with conditions set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with failed set to new value
Returns a new data with failed set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with failedIndexes set to new value
Returns a new data with failedIndexes set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with ready set to new value
Returns a new data with ready set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with startTime set to new value
Returns a new data with startTime set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with succeeded set to new value
Returns a new data with succeeded set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with terminating set to new value
Returns a new data with terminating set to new value
Attributes
-
Source
-
JobStatus.scala
Returns a new data with uncountedTerminatedPods set to new value
Returns a new data with uncountedTerminatedPods set to new value
Attributes
-
Source
-
JobStatus.scala