UncountedTerminatedPods

io.k8s.api.batch.v1.UncountedTerminatedPods
See theUncountedTerminatedPods companion object
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.

Attributes

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

Members list

Concise view

Value members

Concrete methods

Appends new values to failed

Appends new values to failed

Attributes

Source:
UncountedTerminatedPods.scala

Appends new values to succeeded

Appends new values to succeeded

Attributes

Source:
UncountedTerminatedPods.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:
UncountedTerminatedPods.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:
UncountedTerminatedPods.scala

Returns a new data with failed set to new value

Returns a new data with failed set to new value

Attributes

Source:
UncountedTerminatedPods.scala

Returns a new data with succeeded set to new value

Returns a new data with succeeded set to new value

Attributes

Source:
UncountedTerminatedPods.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product