List Kubernetes versions available for deployment to a Kubernetes cluster.
Field | Type | Required | Description |
---|---|---|---|
api_token |
str |
Required | The Linode account personal access token. It is necessary to run the module. It can be exposed by the environment variable LINODE_API_TOKEN instead. See details in Usage. |
- 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: