华为云UCS-获取租户的CCE集群列表:响应示例

时间:2024-07-01 15:10:48

响应示例

状态码: 200

返回未注册到U CS 的CCE集群

[ {
  "kind" : "Cluster",
  "apiVersion" : "v1",
  "metadata" : {
    "name" : "cluster-test",
    "uid" : "57ef11e7-7d72-11ee-a590-0255ac100b05",
    "creationTimestamp" : "2023-11-07T13:34:15Z",
    "labels" : {
      "FeatureGates" : "elbv3,SupportClientCertificateRevocation,xGPU"
    }
  },
  "spec" : {
    "syncMode" : "",
    "apiEndpoint" : "https://cce-internal.cn-north-4.myhuaweicloud.com",
    "provider" : "huaweicloud",
    "type" : "cce",
    "category" : "self",
    "region" : "cn-north-4",
    "country" : "CN",
    "city" : "150900",
    "projectID" : "b6315dd3d0ff4be5b31a963256794989",
    "projectName" : "cn-north-4",
    "IsDownloadedCert" : false
  },
  "status" : {
    "kubernetesVersion" : "v1.27",
    "conditions" : [ {
      "type" : "Ready",
      "status" : "True",
      "lastTransitionTime" : "2023-11-27T12:42:24.182645394+08:00",
      "reason" : "ClusterAvailable"
    }, {
      "type" : "Cluster",
      "status" : "Available",
      "lastTransitionTime" : "2023-11-27T12:42:24.182646152+08:00",
      "reason" : "ClusterAvailable"
    } ],
    "endpoints" : [ {
      "url" : "https://192.168.1.44:5443",
      "type" : "Internal"
    } ],
    "phase" : "Available"
  }
} ]
support.huaweicloud.com/api-ucs/ListManagedClusters.html