{
  "description": "DeploymentStrategy describes how to replace existing pods with new ones.",
  "properties": {
    "rollingUpdate": {
      "$ref": "_definitions.json#/definitions/io.k8s.api.apps.v1.RollingUpdateDeployment",
      "description": "Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate."
    },
    "type": {
      "description": "Type of deployment. Can be \"Recreate\" or \"RollingUpdate\". Default is RollingUpdate.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}