DeploymentSpecO

class Object
trait Matchable
class Any

Value members

Concrete fields

val minReadySecondsL: Lens[DeploymentSpec, Optional[Int]]
val minReadySecondsO: Optic[DeploymentSpec, DeploymentSpec, Int, OpticFailure, Nothing, Int, DeploymentSpec]
val pausedL: Lens[DeploymentSpec, Optional[Boolean]]
val pausedO: Optic[DeploymentSpec, DeploymentSpec, Boolean, OpticFailure, Nothing, Boolean, DeploymentSpec]
val progressDeadlineSecondsL: Lens[DeploymentSpec, Optional[Int]]
val progressDeadlineSecondsO: Optic[DeploymentSpec, DeploymentSpec, Int, OpticFailure, Nothing, Int, DeploymentSpec]
val replicasL: Lens[DeploymentSpec, Optional[Int]]
val replicasO: Optic[DeploymentSpec, DeploymentSpec, Int, OpticFailure, Nothing, Int, DeploymentSpec]
val revisionHistoryLimitL: Lens[DeploymentSpec, Optional[Int]]
val revisionHistoryLimitO: Optic[DeploymentSpec, DeploymentSpec, Int, OpticFailure, Nothing, Int, DeploymentSpec]
val selectorL: Lens[DeploymentSpec, LabelSelector]
val strategyL: Lens[DeploymentSpec, Optional[DeploymentStrategy]]
val strategyO: Optic[DeploymentSpec, DeploymentSpec, DeploymentStrategy, OpticFailure, Nothing, DeploymentStrategy, DeploymentSpec]
val templateL: Lens[DeploymentSpec, PodTemplateSpec]