## DeploymentStrategy v1beta1
Group | Version | Kind
------------ | ---------- | -----------
Core | v1beta1 | DeploymentStrategy
DeploymentStrategy describes how to replace existing pods with new ones.
Field | Description
------------ | -----------
rollingUpdate
*[RollingUpdateDeployment](#rollingupdatedeployment-v1beta1)* | Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
type
*string* | Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.