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 Params
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

def getFailed: IO[K8sFailure, Vector[String]]

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.

def getSucceeded: IO[K8sFailure, Vector[String]]

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

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product