k8s

Get the cluster type and storage classes of a kubernetes cluster

Get the cluster type and storage classes of a kubernetes cluster

get/cluster-info

Response

Successful operation

clusterTypestring required
storageClassNamesstring[] required

Example response

{
  "storageClassNames": [
    "gp2",
    "gp3"
  ]
}

Changes