Deployment Spec
constructor(minReadySeconds: Int? = null, paused: Boolean? = null, progressDeadlineSeconds: Int? = null, replicas: Int? = null, revisionHistoryLimit: Int? = null, rollbackTo: RollbackConfig? = null, selector: LabelSelector? = null, strategy: DeploymentStrategy? = null, template: PodTemplateSpec)