OpenShift · JSON Structure

Openshift Rest Rolling Deployment Strategy Params Structure

Type: object Properties: 5
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

RollingDeploymentStrategyParams is a JSON Structure definition published by OpenShift, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

updatePeriodSeconds intervalSeconds timeoutSeconds maxUnavailable maxSurge

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RollingDeploymentStrategyParams",
  "type": "object",
  "properties": {
    "updatePeriodSeconds": {
      "type": "integer"
    },
    "intervalSeconds": {
      "type": "integer"
    },
    "timeoutSeconds": {
      "type": "integer"
    },
    "maxUnavailable": {
      "type": "string"
    },
    "maxSurge": {
      "type": "string"
    }
  }
}