Packages

o

com.coralogix.zio.k8s.monocle.apps.v1

DaemonSetStatusO

object DaemonSetStatusO

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

Value Members

  1. val collisionCountL: Lens[DaemonSetStatus, Optional[Int]]
  2. val collisionCountO: Optional[DaemonSetStatus, Int]
  3. val conditionsL: Lens[DaemonSetStatus, Optional[Vector[DaemonSetCondition]]]
  4. val conditionsO: Optional[DaemonSetStatus, Vector[DaemonSetCondition]]
  5. val currentNumberScheduledL: Lens[DaemonSetStatus, Int]
  6. val desiredNumberScheduledL: Lens[DaemonSetStatus, Int]
  7. val numberAvailableL: Lens[DaemonSetStatus, Optional[Int]]
  8. val numberAvailableO: Optional[DaemonSetStatus, Int]
  9. val numberMisscheduledL: Lens[DaemonSetStatus, Int]
  10. val numberReadyL: Lens[DaemonSetStatus, Int]
  11. val numberUnavailableL: Lens[DaemonSetStatus, Optional[Int]]
  12. val numberUnavailableO: Optional[DaemonSetStatus, Int]
  13. val observedGenerationL: Lens[DaemonSetStatus, Optional[Long]]
  14. val observedGenerationO: Optional[DaemonSetStatus, Long]
  15. val updatedNumberScheduledL: Lens[DaemonSetStatus, Optional[Int]]
  16. val updatedNumberScheduledO: Optional[DaemonSetStatus, Int]