DeploymentSpecPatch

constructor(minReadySeconds: Int? = null, paused: Boolean? = null, progressDeadlineSeconds: Int? = null, replicas: Int? = null, revisionHistoryLimit: Int? = null, rollbackTo: RollbackConfigPatch? = null, selector: LabelSelectorPatch? = null, strategy: DeploymentStrategyPatch? = null, template: PodTemplateSpecPatch? = null)