github.com/verrazzano/verrazzano@v1.7.1/tools/vz/pkg/internal/test/cluster/cluster-api/clusters-not-ready/cluster-snapshot/namespaced/cluster.cluster.x-k8s.io.json (about)

     1  {
     2    "apiVersion": "cluster.x-k8s.io/v1beta1",
     3    "items": [
     4      {
     5        "apiVersion": "cluster.x-k8s.io/v1beta1",
     6        "kind": "Cluster",
     7        "metadata": {
     8          "labels": {
     9            "cluster.x-k8s.io/cluster-name": "c-nctzd"
    10          },
    11          "name": "c-nctzd",
    12          "namespace": "c-nctzd"
    13        },
    14        "status": {
    15          "conditions": [
    16            {
    17              "reason": "WaitingForOCNEInit",
    18              "severity": "Info",
    19              "status": "False",
    20              "type": "Ready"
    21            },
    22            {
    23              "message": "Waiting for control plane provider to indicate the control plane has been initialized",
    24              "reason": "WaitingForControlPlaneProviderInitialized",
    25              "severity": "Info",
    26              "status": "False",
    27              "type": "ControlPlaneInitialized"
    28            },
    29            {
    30              "reason": "WaitingForOCNEInit",
    31              "severity": "Info",
    32              "status": "False",
    33              "type": "ControlPlaneReady"
    34            },
    35            {
    36              "status": "True",
    37              "type": "InfrastructureReady"
    38            }
    39          ]
    40        }
    41      }
    42    ],
    43    "kind": "ClusterList"
    44  }