DeploymentSpec

final case class DeploymentSpec(minReadySeconds: Option[Int], progressDeadlineSeconds: Option[Int], replicas: Option[Int], revisionHistoryLimit: Option[Int], paused: Option[Boolean], strategy: Option[DeploymentStrategy], template: PodTemplateSpec, selector: LabelSelector)

DeploymentSpec is the specification of the desired behavior of the Deployment.

Source:
DeploymentSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any