JobStatusPointer

io.k8s.api.batch.v1.JobStatusPointer
final case class JobStatusPointer(currentPath: PointerPath) extends Pointer[JobStatus]

Pointer for JobStatus

Attributes

Source
JobStatusPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def active: Plain[Int]

Attributes

Source
JobStatusPointer.scala
def completedIndexes: Plain[String]

Attributes

Source
JobStatusPointer.scala
def failed: Plain[Int]

Attributes

Source
JobStatusPointer.scala
def failedIndexes: Plain[String]

Attributes

Source
JobStatusPointer.scala
def ready: Plain[Int]

Attributes

Source
JobStatusPointer.scala

Attributes

Source
JobStatusPointer.scala
def succeeded: Plain[Int]

Attributes

Source
JobStatusPointer.scala
def terminating: Plain[Int]

Attributes

Source
JobStatusPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product