OpenShift · JSON Structure

Openshift Rest Deployment Config Spec Structure

Type: object Properties: 7
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

replicas selector triggers minReadySeconds revisionHistoryLimit paused test

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeploymentConfigSpec",
  "type": "object",
  "properties": {
    "replicas": {
      "type": "integer"
    },
    "selector": {
      "type": "object"
    },
    "triggers": {
      "type": "array"
    },
    "minReadySeconds": {
      "type": "integer"
    },
    "revisionHistoryLimit": {
      "type": "integer"
    },
    "paused": {
      "type": "boolean"
    },
    "test": {
      "type": "boolean"
    }
  }
}