Red Hat · JSON Structure

Red Hat Openshift Cluster Manager Machine Pool Structure

Type: object Properties: 7
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

id instance_type replicas autoscaling availability_zones labels taints

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MachinePool",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "instance_type": {
      "type": "string"
    },
    "replicas": {
      "type": "integer"
    },
    "autoscaling": {
      "type": "object"
    },
    "availability_zones": {
      "type": "array"
    },
    "labels": {
      "type": "object"
    },
    "taints": {
      "type": "array"
    }
  }
}