OpenShift · Schema

RecreateDeploymentStrategyParams

Parameters for a recreate deployment strategy.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
timeoutSeconds integer The time to wait for pods to terminate before giving up.
View JSON Schema on GitHub

JSON Schema

openshift-rest-recreate-deployment-strategy-params-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RecreateDeploymentStrategyParams",
  "type": "object",
  "description": "Parameters for a recreate deployment strategy.",
  "properties": {
    "timeoutSeconds": {
      "type": "integer",
      "description": "The time to wait for pods to terminate before giving up."
    }
  }
}