OpenShift · JSON Structure

Openshift Rest Deployment Config Status Structure

Type: object Properties: 8
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

latestVersion observedGeneration replicas updatedReplicas availableReplicas unavailableReplicas readyReplicas conditions

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeploymentConfigStatus",
  "type": "object",
  "properties": {
    "latestVersion": {
      "type": "integer"
    },
    "observedGeneration": {
      "type": "integer"
    },
    "replicas": {
      "type": "integer"
    },
    "updatedReplicas": {
      "type": "integer"
    },
    "availableReplicas": {
      "type": "integer"
    },
    "unavailableReplicas": {
      "type": "integer"
    },
    "readyReplicas": {
      "type": "integer"
    },
    "conditions": {
      "type": "array"
    }
  }
}