{
  "properties": {
    "spec": {
      "properties": {
        "clusterName": {
          "nullable": true,
          "type": "string"
        }
      },
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "properties": {
        "command": {
          "nullable": true,
          "type": "string"
        },
        "insecureCommand": {
          "nullable": true,
          "type": "string"
        },
        "insecureNodeCommand": {
          "nullable": true,
          "type": "string"
        },
        "insecureWindowsNodeCommand": {
          "nullable": true,
          "type": "string"
        },
        "manifestUrl": {
          "nullable": true,
          "type": "string"
        },
        "nodeCommand": {
          "nullable": true,
          "type": "string"
        },
        "token": {
          "nullable": true,
          "type": "string"
        },
        "windowsNodeCommand": {
          "nullable": true,
          "type": "string"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
