OpenShift · Schema

ProjectStatus

Current state of the project.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
phase string The lifecycle phase of the project.
conditions array
View JSON Schema on GitHub

JSON Schema

openshift-rest-project-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ProjectStatus",
  "type": "object",
  "description": "Current state of the project.",
  "properties": {
    "phase": {
      "type": "string",
      "description": "The lifecycle phase of the project."
    },
    "conditions": {
      "type": "array"
    }
  }
}