Get info about a Linode LKE Version.
| 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: Get info about an LKE version by ID
linode.cloud.lke_cluster_info:
id: '1.31'
- name: Get info about an LKE version by tier and ID
linode.cloud.lke_cluster_info:
tier: 'standard'
id: '1.31'
| Field | Type | Required | Description |
|---|---|---|---|
id |
str |
Required | The ID of the LKE Version to resolve. |
tier |
str |
Optional | Specifies the service tier for retrieving LKE version details. NOTE: LKE Enterprise may not currently be available to all users and can only be used with v4beta. (Choices: standard, enterprise) |
-
lke_version- The returned LKE Version.- Sample Response:
{ "id": "1.31" }{ "id": "1.31", "tier": "standard" } - See the Linode API response documentation for a list of returned fields
- Sample Response: