Packages

o

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

DeploymentStatusO

object DeploymentStatusO

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

Value Members

  1. val availableReplicasL: Lens[DeploymentStatus, Optional[Int]]
  2. val availableReplicasO: Optional[DeploymentStatus, Int]
  3. val collisionCountL: Lens[DeploymentStatus, Optional[Int]]
  4. val collisionCountO: Optional[DeploymentStatus, Int]
  5. val conditionsL: Lens[DeploymentStatus, Optional[Vector[DeploymentCondition]]]
  6. val conditionsO: Optional[DeploymentStatus, Vector[DeploymentCondition]]
  7. val observedGenerationL: Lens[DeploymentStatus, Optional[Long]]
  8. val observedGenerationO: Optional[DeploymentStatus, Long]
  9. val readyReplicasL: Lens[DeploymentStatus, Optional[Int]]
  10. val readyReplicasO: Optional[DeploymentStatus, Int]
  11. val replicasL: Lens[DeploymentStatus, Optional[Int]]
  12. val replicasO: Optional[DeploymentStatus, Int]
  13. val unavailableReplicasL: Lens[DeploymentStatus, Optional[Int]]
  14. val unavailableReplicasO: Optional[DeploymentStatus, Int]
  15. val updatedReplicasL: Lens[DeploymentStatus, Optional[Int]]
  16. val updatedReplicasO: Optional[DeploymentStatus, Int]