Managed Services for Kubernetes API, REST: Version.List
Written by
Updated at October 17, 2024
Retrieves the list of versions in the specified release channel.
HTTP request
GET https://mks.api.cloud.yandex.net/managed-kubernetes/v1/versions
Response
HTTP Code: 200 - OK
{
"availableVersions": [
{
"releaseChannel": "string",
"versions": [
"string"
]
}
]
}
Field |
Description |
availableVersions[] |
Versions available in the specified release channel. |
AvailableVersions
Field |
Description |
releaseChannel |
enum (ReleaseChannel) Release channel:
|
versions[] |
string Version of Kubernetes components. |