UncountedTerminatedPods

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.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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.

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.

Inherited methods

Inherited from:
Product