DeploymentSpecArgs

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