InfraCluster

InfraCluster
Infra Cluster

The schema for the clusters API.

JSON Example
{
    "name": "string",
    "controlplane_endpoint": {
        "host": "string",
        "port": 0
    },
    "status": {
        "status": "string",
        "reason": "string",
        "message": "string"
    }
}
string
name
Optional

The name of the clusters.

controlplane_endpoint
Optional

The ControlPlane endpoint of the cluster.

status
Optional

The overall status of the clusters.