OS
OpenSpec
HUB
Home
/
apps.api.k8s.io
/
v1
/
DeploymentStrategy
DeploymentStrategy
DeploymentStrategy describes how to replace existing pods with new ones.
Resource Structure
Copy JSON
Interactive Tree
rollingUpdate
object
Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
type
string
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.