DeploymentSpecPatchArgs

constructor(minReadySeconds: Output<Int>? = null, paused: Output<Boolean>? = null, progressDeadlineSeconds: Output<Int>? = null, replicas: Output<Int>? = null, revisionHistoryLimit: Output<Int>? = null, selector: Output<LabelSelectorPatchArgs>? = null, strategy: Output<DeploymentStrategyPatchArgs>? = null, template: Output<PodTemplateSpecPatchArgs>? = null)