List Kubernetes versions available for deployment to a Kubernetes cluster.
- name: List all Kubernetes versions available for deployment to a Kubernetes cluster
linode.cloud.lke_version_list: {}
Field | Type | Required | Description |
---|---|---|---|
order |
str |
Optional | The order to list lke versions in. (Choices: desc , asc ; Default: asc ) |
count |
int |
Optional | The number of results to return. If undefined, all results will be returned. |
-
lke_versions
- The returned LKE versions.- Sample Response:
[ { "id": "1.25" } ]
- See the Linode API response documentation for a list of returned fields
- Sample Response: