Deployment Strategy Patch
data class DeploymentStrategyPatch(val rollingUpdate: RollingUpdateDeploymentPatch? = null, val type: String? = null)
DeploymentStrategy describes how to replace existing pods with new ones.
DeploymentStrategy describes how to replace existing pods with new ones.