Kubernetes

Cluster info

This API gets the cluster type and the storage classes available in the cluster.

get/cluster-info

Response

Successful operation

clusterTypestring required
storageClassNamesstring[] required

List of storage class names that are available in the cluster.

Example response

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

Changes

Changed in 3 of the 50 revisions of this API.17

    • added the optional property storageClasses to the response with the 200 status

      response-optional-property-added

    • response property storageClassNames deprecated

      response-property-deprecated

    • api tag Kubernetes added

      api-tag-added

    • api tag k8s removed

      api-tag-removed

  • dec31e5eea8e13See the full diff
    • removed the optional property storageClasses from the response with the 200 status

      response-optional-property-removed

    • api tag k8s added

      api-tag-added

    • api tag Kubernetes removed

      api-tag-removed

    • response property storageClassNames reactivated

      response-property-reactivated

    This revision also has 30 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog