Supported Kubernetes Versions

Supported Kubernetes Versions

Api to get all the supported K8s versions of cluster for Telco Cloud Automation

Request
URI
GET
https://{api_host}/hybridity/api//infra/k8s/supportedK8sVersions
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Returns supported kubernetes versions

Returns supportedVersionsList of type(s) application/json
{
    "items": [
        {
            "clusterType": "clusterType",
            "supportedVersions": [
                "{}",
                "{}"
            ]
        },
        {
            "clusterType": "clusterType",
            "supportedVersions": [
                "{}",
                "{}"
            ]
        }
    ]
}
items
Optional

items