Deployment Spec Args
constructor(minReadySeconds: Output<Int>? = null, paused: Output<Boolean>? = null, progressDeadlineSeconds: Output<Int>? = null, replicas: Output<Int>? = null, revisionHistoryLimit: Output<Int>? = null, rollbackTo: Output<RollbackConfigArgs>? = null, selector: Output<LabelSelectorArgs>? = null, strategy: Output<DeploymentStrategyArgs>? = null, template: Output<PodTemplateSpecArgs>)