Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 2.37 KB

File metadata and controls

62 lines (42 loc) · 2.37 KB

lke_version_info

Get info about a Linode LKE Version.

Minimum Required Fields

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.

Examples

    - 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'
    

Parameters

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)

Return Values

  • lke_version - The returned LKE Version.