OpenShift · JSON Structure

Openshift Rest Deployment Condition Structure

Type: object Properties: 6
CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

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

Properties

type status reason message lastUpdateTime lastTransitionTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DeploymentCondition",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "lastUpdateTime": {
      "type": "string"
    },
    "lastTransitionTime": {
      "type": "string"
    }
  }
}