DeploymentStrategy describes how to replace existing pods with new ones.
Optional
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
DeploymentStrategy describes how to replace existing pods with new ones.