DeploymentStatusO

class Object
trait Matchable
class Any

Value members

Concrete fields

val availableReplicasL: Lens[DeploymentStatus, Optional[Int]]
val availableReplicasO: Optic[DeploymentStatus, DeploymentStatus, Int, OpticFailure, Nothing, Int, DeploymentStatus]
val collisionCountL: Lens[DeploymentStatus, Optional[Int]]
val collisionCountO: Optic[DeploymentStatus, DeploymentStatus, Int, OpticFailure, Nothing, Int, DeploymentStatus]
val conditionsL: Lens[DeploymentStatus, Optional[Vector[DeploymentCondition]]]
val conditionsO: Optic[DeploymentStatus, DeploymentStatus, Vector[DeploymentCondition], OpticFailure, Nothing, Vector[DeploymentCondition], DeploymentStatus]
val observedGenerationL: Lens[DeploymentStatus, Optional[Long]]
val observedGenerationO: Optic[DeploymentStatus, DeploymentStatus, Long, OpticFailure, Nothing, Long, DeploymentStatus]
val readyReplicasL: Lens[DeploymentStatus, Optional[Int]]
val readyReplicasO: Optic[DeploymentStatus, DeploymentStatus, Int, OpticFailure, Nothing, Int, DeploymentStatus]
val replicasL: Lens[DeploymentStatus, Optional[Int]]
val replicasO: Optic[DeploymentStatus, DeploymentStatus, Int, OpticFailure, Nothing, Int, DeploymentStatus]
val unavailableReplicasL: Lens[DeploymentStatus, Optional[Int]]
val unavailableReplicasO: Optic[DeploymentStatus, DeploymentStatus, Int, OpticFailure, Nothing, Int, DeploymentStatus]
val updatedReplicasL: Lens[DeploymentStatus, Optional[Int]]
val updatedReplicasO: Optic[DeploymentStatus, DeploymentStatus, Int, OpticFailure, Nothing, Int, DeploymentStatus]