Deployment Strategy
data class DeploymentStrategy(val rollingUpdate: RollingUpdateDeployment? = 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.