Red Hat · JSON Structure

Red Hat Openshift Cluster Manager Cluster Structure

Type: object Properties: 13
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Cluster is a JSON Structure definition published by Red Hat, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name display_name state cloud_provider region multi_az nodes api console version creation_timestamp expiration_timestamp

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Cluster",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "cloud_provider": {
      "type": "object"
    },
    "region": {
      "type": "object"
    },
    "multi_az": {
      "type": "boolean"
    },
    "nodes": {
      "type": "object"
    },
    "api": {
      "type": "object"
    },
    "console": {
      "type": "object"
    },
    "version": {
      "type": "object"
    },
    "creation_timestamp": {
      "type": "string"
    },
    "expiration_timestamp": {
      "type": "string"
    }
  }
}