Red Hat OpenShift · Schema

ClusterPatch

ContainersEnterpriseHybrid CloudKubernetesPaaSRed Hat

Properties

Name Type Description
display_name string
nodes object
View JSON Schema on GitHub

JSON Schema

red-hat-openshift-clusterpatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClusterPatch",
  "title": "ClusterPatch",
  "type": "object",
  "properties": {
    "display_name": {
      "type": "string"
    },
    "nodes": {
      "type": "object",
      "properties": {
        "compute": {
          "type": "integer"
        }
      }
    }
  }
}