Avisi cloud logo
Kubernetes versions

List supported Kubernetes versions.

GET
/api/v1/cluster-versions
curl -X GET "http://localhost:8090/api/v1/cluster-versions"

Request was successfully processed. The response body contains the requested data.

[
  {
    "version": "string"
  }
]