UncountedTerminatedPods

com.coralogix.zio.k8s.model.batch.v1.UncountedTerminatedPods
See theUncountedTerminatedPods companion object
case class UncountedTerminatedPods(failed: Optional[Vector[String]], succeeded: Optional[Vector[String]])

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

Value parameters

failed

Failed holds UIDs of failed Pods.

succeeded

Succeeded holds UIDs of succeeded Pods.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Failed holds UIDs of failed Pods.

Failed holds UIDs of failed Pods.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Succeeded holds UIDs of succeeded Pods.

Succeeded holds UIDs of succeeded Pods.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product