Packages

object JobStatusO

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JobStatusO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val activeL: Lens[JobStatus, Optional[Int]]
  2. val activeO: Optional[JobStatus, Int]
  3. val completedIndexesL: Lens[JobStatus, Optional[String]]
  4. val completedIndexesO: Optional[JobStatus, String]
  5. val completionTimeL: Lens[JobStatus, Optional[Time]]
  6. val completionTimeO: Optional[JobStatus, Time]
  7. val conditionsL: Lens[JobStatus, Optional[Vector[JobCondition]]]
  8. val conditionsO: Optional[JobStatus, Vector[JobCondition]]
  9. val failedL: Lens[JobStatus, Optional[Int]]
  10. val failedO: Optional[JobStatus, Int]
  11. val readyL: Lens[JobStatus, Optional[Int]]
  12. val readyO: Optional[JobStatus, Int]
  13. val startTimeL: Lens[JobStatus, Optional[Time]]
  14. val startTimeO: Optional[JobStatus, Time]
  15. val succeededL: Lens[JobStatus, Optional[Int]]
  16. val succeededO: Optional[JobStatus, Int]
  17. val uncountedTerminatedPodsL: Lens[JobStatus, Optional[UncountedTerminatedPods]]
  18. val uncountedTerminatedPodsO: Optional[JobStatus, UncountedTerminatedPods]