Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 2.9 KB

lke_version_list.md

File metadata and controls

53 lines (38 loc) · 2.9 KB

lke_version_list

List and filter on LKE Versions.

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: List all Kubernetes versions available for deployment to a Kubernetes cluster
  linode.cloud.lke_version_list: {}

Parameters

Field Type Required Description
order str Optional The order to list LKE Versions in. (Choices: desc, asc; Default: asc)
order_by str Optional The attribute to order LKE Versions by.
filters (sub-options) list Optional A list of filters to apply to the resulting LKE Versions.
count int Optional The number of LKE Versions to return. If undefined, all results will be returned.

filters

Field Type Required Description
name str Required The name of the field to filter on. Valid filterable fields can be found here.
values list Required A list of values to allow for this field. Fields will pass this filter if at least one of these values matches.

Return Values